summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-11-28 22:10:28 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2007-11-29 04:00:07 +0100
commitc229a696a23bf99c4dd8c4b40d942b74c0da1672 (patch)
tree35a84c9180e1c2cf6468b25df82fe1152526d147 /Makefile
parente77986fc084255a5fae45bc0542b4d0b9bd01fb5 (diff)
downloaddevtools-c229a696a23bf99c4dd8c4b40d942b74c0da1672.tar.gz
devtools-c229a696a23bf99c4dd8c4b40d942b74c0da1672.tar.xz
Add finddeps script from cvs-arch
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cda6bff..374890b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ install:
install -m 755 makechrootpkg $(DESTDIR)/usr/sbin
#Additional packaging helper scripts
install -m 755 lddd $(DESTDIR)/usr/bin
+ install -m 755 finddeps $(DESTDIR)/usr/bin
uninstall:
# remove all files we installed
@@ -25,3 +26,4 @@ uninstall:
rm $(DESTDIR)/usr/sbin/mkarchroot
rm $(DESTDIR)/usr/sbin/makechrootpkg
rm $(DESTDIR)/usr/bin/lddd
+ rm $(DESTDIR)/usr/bin/finddeps