summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-11-28 22:09:56 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2007-11-29 04:00:07 +0100
commite77986fc084255a5fae45bc0542b4d0b9bd01fb5 (patch)
tree11fbc0f06dbf9cd13200611a7578c3506df9bf41 /Makefile
parentf7ab112f9a8acfd8482c9aab4b0c1790df5d395a (diff)
downloaddevtools-e77986fc084255a5fae45bc0542b4d0b9bd01fb5.tar.gz
devtools-e77986fc084255a5fae45bc0542b4d0b9bd01fb5.tar.xz
Add lddd script from cvs-arch
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa4b64f..cda6bff 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ install:
mkdir -p $(DESTDIR)/usr/sbin
install -m 755 mkarchroot $(DESTDIR)/usr/sbin
install -m 755 makechrootpkg $(DESTDIR)/usr/sbin
+ #Additional packaging helper scripts
+ install -m 755 lddd $(DESTDIR)/usr/bin
uninstall:
# remove all files we installed
@@ -22,3 +24,4 @@ uninstall:
rm $(DESTDIR)/usr/bin/unstablepkg
rm $(DESTDIR)/usr/sbin/mkarchroot
rm $(DESTDIR)/usr/sbin/makechrootpkg
+ rm $(DESTDIR)/usr/bin/lddd