diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 15:09:56 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 21:00:07 -0600 |
commit | e77986fc084255a5fae45bc0542b4d0b9bd01fb5 (patch) | |
tree | 11fbc0f06dbf9cd13200611a7578c3506df9bf41 /Makefile | |
parent | f7ab112f9a8acfd8482c9aab4b0c1790df5d395a (diff) | |
download | devtools32-e77986fc084255a5fae45bc0542b4d0b9bd01fb5.tar.xz |
Add lddd script from cvs-arch
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |