summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-22 21:54:17 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-22 21:54:17 +0200
commita4eabcceaae6ddc7ca8c1ad572e37c93a5d57b1e (patch)
treed5957c05985d7ed8b5c0415548c5082995e66573 /Makefile
parentb591e69541386f8fb3bbf6e49e2d6f2eefedb63e (diff)
downloaddevtools-a4eabcceaae6ddc7ca8c1ad572e37c93a5d57b1e.tar.gz
devtools-a4eabcceaae6ddc7ca8c1ad572e37c93a5d57b1e.tar.xz
add makepkg.conf for [multilib]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60dfc80..ea9bc5c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ install:
install -m 644 pacman-extra.conf $(DESTDIR)/usr/share/devtools
install -m 644 pacman-testing.conf $(DESTDIR)/usr/share/devtools
install -m 644 pacman-staging.conf $(DESTDIR)/usr/share/devtools
+ install -m 644 pacman-multilib.conf $(DESTDIR)/usr/share/devtools
uninstall:
# remove all files we installed
@@ -75,6 +76,7 @@ uninstall:
rm $(DESTDIR)/usr/share/devtools/pacman-extra.conf
rm $(DESTDIR)/usr/share/devtools/pacman-testing.conf
rm $(DESTDIR)/usr/share/devtools/pacman-staging.conf
+ rm $(DESTDIR)/usr/share/devtools/pacman-multilib.conf
dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz