index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2018-01-02 23:38:04 -0500 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-27 10:44:48 +0200 |
commit | d585eeb18afd57008915735a28f9fa7b425ae5ce (patch) | |
tree | d9af85ab6b0c4b2b7d3eef2160aab5d7e507f3f0 /Makefile | |
parent | 8dc3ad33a80475b65182677d5e25e65c43d16594 (diff) |
-rw-r--r-- | Makefile | 9 |
@@ -19,10 +19,14 @@ BINPROGS = \ makechrootpkg CONFIGFILES = \ + makepkg-i686.conf \ makepkg-x86_64.conf \ pacman-extra.conf \ + pacman-extra-i686.conf \ pacman-testing.conf \ + pacman-testing-i686.conf \ pacman-staging.conf \ + pacman-staging-i686.conf \ pacman-multilib.conf \ pacman-multilib-testing.conf \ pacman-multilib-staging.conf \ @@ -43,13 +47,18 @@ COMMITPKG_LINKS = \ gnome-unstablepkg ARCHBUILD_LINKS = \ + extra-i686-build \ extra-x86_64-build \ + testing-i686-build \ testing-x86_64-build \ + staging-i686-build \ 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 \ gnome-unstable-x86_64-build CROSSREPOMOVE_LINKS = \ |