From 790ddb25db3c252a5982630374a4fddc8714225f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Apr 2010 07:20:15 +1200 Subject: Install files properly. --- Makefile | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 5ece725..a7d4a77 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ man1dir = $(mandir)/man1 all: install: + install -d $(bindir) install dupfiles $(bindir) + install -d $(man1dir) install dupfiles.1 $(man1dir) check: diff --git a/debian/rules b/debian/rules index cbe925d..b34c040 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +override_dh_auto_install: + $(MAKE) install prefix=debian/dupfiles/usr -- cgit v1.2.1