diff options
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-x | archPackagesUpdate | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 15490877c..b88252226 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -502,7 +502,7 @@ if ${aufRechenknecht}; then maxErr=0 -# generate current makepkg.conf and makepkg-i686.conf +# generate current makepkg.conf, makepkg-i686.conf and makepkg-pentium4.conf cd "${tmpDir}" cp /etc/makepkg.conf . if ! patch -p0 -i makepkgSystem.patch; then @@ -515,6 +515,11 @@ if ${aufRechenknecht}; then cleanUp exit 1 fi + cp makepkg-{i686,pentium4}.conf + if ! patch -p0 -i makepkg-pentium4.patch; then + cleanUp + exit 1 + fi eval "$( grep '^SRCDEST=' makepkg.conf |