mplayer debian packaging rules...
18 Mar
2002
18 Mar
'02
2:06 a.m.
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
8639
Age (days ago)
8639
Last active (days ago)
0 comments
1 participants
participants (1)
-
Amy Fong