[Mplayer-cvslog] CVS: main/debian changelog,1.22,1.23 rules,1.35,1.36

Dominik Mierzejewski dominik at rangers.eu.org
Wed Sep 4 02:44:14 CEST 2002


On Wednesday, 04 September 2002, Diego Biurrun CVS wrote:
[...]
> Index: rules
> ===================================================================
> RCS file: /cvsroot/mplayer/main/debian/rules,v
> retrieving revision 1.35
> retrieving revision 1.36
> diff -u -r1.35 -r1.36
> --- rules	24 Apr 2002 19:58:23 -0000	1.35
> +++ rules	3 Sep 2002 23:31:11 -0000	1.36
> @@ -54,7 +54,7 @@
>  	dh_installdirs
>  
>  	# commands to install the package into debian/<packagename>
> -	$(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer  MANDIR=$(prefix)/usr/share/man  install
> +	$(MAKE) prefix=$(prefix)/usr BINDIR=$(prefix)/usr/bin CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer  MANDIR=$(prefix)/usr/share/man  install
>  	dh_link usr/bin/mplayer usr/bin/gmplayer \
>  		usr/share/man/man1/mplayer.1.gz usr/share/man/man1/gmplayer.1.gz
>  
> 

It is sufficient just to set DESTDIR, i.e.:
$(MAKE) DESTDIR=$(prefix) install
provided that all paths were set correctly at ./configure.
At least that's what I do building the RPM.

-- 
MPlayer RPMs maintainer: http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/
"The Universe doesn't give you any points for doing things that are easy."
        -- Sheridan to Garibaldi in Babylon 5:"The Geometry of Shadows"



More information about the MPlayer-cvslog mailing list