summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-01-14 20:22:26 +0100
committerPierre Schmitz <pierre@archlinux.de>2012-01-14 20:22:26 +0100
commit90a5e441cd1d64b001588162edbe8ea2be375f43 (patch)
treef3543911abb3dcbb22a97543841f5358dd3a9869 /Makefile
parent3c7dbe0ea2586c8a3b086294c07a669df6b75a34 (diff)
downloaddevtools-90a5e441cd1d64b001588162edbe8ea2be375f43.tar.gz
devtools-90a5e441cd1d64b001588162edbe8ea2be375f43.tar.xz
Add support for multilib-staging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2de7c5c..cc33819 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20111220
+V=20110114
PREFIX = /usr/local
@@ -26,6 +26,7 @@ CONFIGFILES = \
pacman-staging.conf \
pacman-multilib.conf \
pacman-multilib-testing.conf \
+ pacman-multilib-staging.conf \
pacman-kde-unstable.conf \
pacman-gnome-unstable.conf
@@ -39,6 +40,7 @@ COMMITPKG_LINKS = \
community-stagingpkg \
multilibpkg \
multilib-testingpkg \
+ multilib-stagingpkg \
kde-unstablepkg \
gnome-unstablepkg
@@ -51,6 +53,7 @@ ARCHBUILD_LINKS = \
staging-x86_64-build \
multilib-build \
multilib-testing-build \
+ multilib-staging-build \
kde-unstable-i686-build \
kde-unstable-x86_64-build \
gnome-unstable-i686-build \