diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-08-13 20:11:34 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-08-13 20:11:34 +0200 |
commit | e63c5f26a2e7c29ab064f89ff1ff4a5a113a9046 (patch) | |
tree | 97e8cb24518e87ba2efd2aabab6d666f9cfe078d /Makefile | |
parent | c9c4e8043cfbc39b66b4b2b89eb5e18f0cb0a42e (diff) | |
download | devtools32-e63c5f26a2e7c29ab064f89ff1ff4a5a113a9046.tar.xz |
Remove communityco on uninstall
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ uninstall: for l in ${COMMITPKG_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done for l in ${ARCHBUILD_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done rm $(DESTDIR)/etc/bash_completion.d/devtools + rm -f $(DESTDIR)/usr/bin/communityco dist: git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz |