diff options
author | forcer <forcer> | 2006-04-29 18:39:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-04-29 18:39:00 +0000 |
commit | 227fb23c0e0fbc25685aba46a991493a7decb001 (patch) | |
tree | 7c69b9f78f9f5d9b0634b74147d0430ca0eb5ad3 /debian | |
parent | f49efbf33b4f5b00c4c4763e90919ad8a5ecf928 (diff) |
Install correctly with Debian _and_ make install.
darcs-hash:20060429183958-2189f-44de028e3face57316a1485fc9e09d29ecceb7eb.gz
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 65c8978..825a527 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ install-indep: # Add here commands to install the indep part of the package into # debian/emms. - $(MAKE) deb-install DESTDIR=$(CURDIR)/debian/emms + $(MAKE) deb-install DESTDIR=$(CURDIR)/debian/emms PREFIX=$(CURDIR)/debian/emms/usr dh_installinfo -i emms.info dh_install -i @@ -91,7 +91,7 @@ binary-common: # dh_installmime # dh_installinit # dh_installcron -# dh_installman + dh_installman dh_link dh_strip dh_compress |