From e77986fc084255a5fae45bc0542b4d0b9bd01fb5 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 28 Nov 2007 15:09:56 -0600 Subject: Add lddd script from cvs-arch Signed-off-by: Aaron Griffin --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-24-g4f1b