[Forensics-changes] [SCM] debian-forensics/pipebench branch, debian-sid, updated. upstream/0.40-15-gdba0475

Christophe Monniez christophe.monniez at fccu.be
Mon Feb 11 12:37:31 UTC 2008


The following commit has been merged in the debian-sid branch:
commit fc177de22fcadd717cb4a0c505d44ab3f7ed5624
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Mon Feb 11 12:43:34 2008 +0100

    Adapted Makefile with a DESTDIR

diff --git a/Makefile b/Makefile
index 90c5d21..648b41b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ CFLAGS=-Wall -w -pedantic
 all: pipebench
 doc: pipebench.1
 install: pipebench
-	cp pipebench /usr/local/bin/
-	cp pipebench.1 /usr/local/man/man1/
+	cp pipebench $(DESTDIR)/usr/bin/
+	cp pipebench.1 $(DESTDIR)/usr/share/man/man1/
 
 pipebench: pipebench.c
 	$(CC) $(CFLAGS) -o pipebench pipebench.c
diff --git a/debian/rules b/debian/rules
index 41a41d9..e28ebbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
 
 configure: configure-stamp
 configure-stamp:

-- 
debian-forensics/pipebench



More information about the forensics-changes mailing list