Mercurial > mplayer.hg
changeset 1862:2fa80ba21968
package is built in 'mplayer' not 'tmp' now. debian/rules did not reflect that. fixed.
(also noticed by <debian@Tonelli.sns.it>)
author | eyck |
---|---|
date | Thu, 06 Sep 2001 18:10:56 +0000 |
parents | 17660d830bcb |
children | bb7710b16dc2 |
files | debian/rules |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Thu Sep 06 13:59:05 2001 +0000 +++ b/debian/rules Thu Sep 06 18:10:56 2001 +0000 @@ -53,7 +53,7 @@ # $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install # $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr # install -d $(CURDIR)/debian/tmp/usr/bin - install -m 755 -s mplayer $(CURDIR)/debian/tmp/usr/bin/mplayer + install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer #Do we really need this?: # install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer