[Forensics-changes] [SCM] debian-forensics/ssdeep branch, debian, updated. upstream/1.1-15-g3036d8b

Daniel Baumann daniel at debian.org
Sat Feb 16 20:34:53 UTC 2008


The following commit has been merged in the debian branch:
commit 3036d8bc640a1d1ebf72d0a16c149758aff435f3
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 16 21:34:56 2008 +0100

    Correcting make call in install target of rules.

diff --git a/debian/rules b/debian/rules
index 345aaa1..e6000af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ install: build
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) DESTDIR=$(CURDIR)/debian/ssdeep install
+	$(MAKE) PREFIX=$(CURDIR)/debian/ssdeep/usr install
 
 binary: binary-arch
 

-- 
debian-forensics/ssdeep



More information about the forensics-changes mailing list