[MPlayer-users] mplayer debian packaging rules...
Amy Fong
afong at furryterror.org
Mon Mar 18 08:27:01 CET 2002
The debian/rules file from mplayer's cvs sources has the following line:
$(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/etc/mplayer DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix) /usr/share/man install
I think needs to be the following (add LIBDIR) cuz otherwise, libdha and
vidix/drivers' makefiles tries to install things in the wrong places
when someone tries to build a package.
$(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/etc/mplayer DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix) /usr/share/man LIBDIR=$(prefix)/usr/lib/mplayer install
Thanks.
Amy
More information about the MPlayer-users
mailing list