summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-08 21:21:44 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-08-13 20:10:15 +0200
commitc9c4e8043cfbc39b66b4b2b89eb5e18f0cb0a42e (patch)
tree3bd28288e1d61a465f6906c65fce3e7805f5de97 /Makefile
parent2582637376a4643590c4893d4b19c6eadb2ac5ed (diff)
downloaddevtools-c9c4e8043cfbc39b66b4b2b89eb5e18f0cb0a42e.tar.gz
devtools-c9c4e8043cfbc39b66b4b2b89eb5e18f0cb0a42e.tar.xz
merge archco and communityco
Signed-off-by: Florian Pritz <bluewind@xinu.at> delete mode 100755 communityco Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8772bc0..27cefba 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ BINPROGS = \
checkpkg \
commitpkg \
archco \
- communityco \
archrelease \
archrm \
archbuild \
@@ -57,6 +56,7 @@ install:
install -m0644 ${CONFIGFILES} $(DESTDIR)/usr/share/devtools
for l in ${COMMITPKG_LINKS}; do ln -sf commitpkg $(DESTDIR)/usr/bin/$$l; done
for l in ${ARCHBUILD_LINKS}; do ln -sf archbuild $(DESTDIR)/usr/bin/$$l; done
+ ln -sf archco $(DESTDIR)/usr/bin/communityco
install -Dm0644 bash_completion $(DESTDIR)/etc/bash_completion.d/devtools
uninstall: