summaryrefslogtreecommitdiff
path: root/i486-stage3/pacman/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage3/pacman/DESCR')
-rw-r--r--i486-stage3/pacman/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/i486-stage3/pacman/DESCR b/i486-stage3/pacman/DESCR
new file mode 100644
index 0000000..f60157c
--- /dev/null
+++ b/i486-stage3/pacman/DESCR
@@ -0,0 +1,11 @@
+# no documentation
+sed -i "/makedepends=/s/'asciidoc'//" PKGBUILD
+
+# craft a temporary i486 pacman.conf
+cp pacman.conf.i686 pacman.conf.i486
+
+# use the 486 config and not 686 one
+sed -i 's@pacman.conf.i686@pacman.conf.i486@' PKGBUILD
+
+# some more architecture patching
+sed -i 's@i686@i486@g' PKGBUILD