[Forensics-changes] [SCM] UNNAMED PROJECT branch, debian, updated. 4a5d52b429e044f8b218f9dd1711b71039a9436a
Daniel Baumann
daniel at debian.org
Thu Jul 9 14:05:44 UTC 2009
The following commit has been merged in the debian branch:
commit 40305098771a117e7bfcd35f016fccbd10da3eb2
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jul 9 15:50:16 2009 +0200
Simply install target in rules file.
diff --git a/debian/chaosreader.dirs b/debian/chaosreader.dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/chaosreader.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/rules b/debian/rules
index 59e4855..d090cf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ install: patch
dh_testroot
dh_prep
dh_installdirs
- cp chaosreader0.94 $(CURDIR)/debian/chaosreader/usr/bin/chaosreader
+ install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader
binary-indep: install
dh_testdir
--
UNNAMED PROJECT
More information about the forensics-changes
mailing list