summaryrefslogtreecommitdiff
path: root/archPackagesUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-xarchPackagesUpdate7
1 files changed, 6 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 15490877..b8825222 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