From a4eabcceaae6ddc7ca8c1ad572e37c93a5d57b1e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Aug 2010 21:54:17 +0200 Subject: add makepkg.conf for [multilib] --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-24-g4f1b