summaryrefslogtreecommitdiff
path: root/i486-stage2/gdb/DESCR
blob: a7fca85257dd55bc2b876ae03b7c26ed16546b3e (plain)
1
2
3
4
5
6
7
8
9
# disable python
sed -i "/makedepends=/s/python//" PKGBUILD
sed -i "/depends=/s/python//" PKGBUILD
sed -i "s@--with-python=/usr/bin/python3@--without-python@g" PKGBUILD

# disable guile
sed -i "/makedepends=/s/guile2.0//" PKGBUILD
sed -i "/depends=/s/guile2.0//" PKGBUILD
sed -i "s@--with-guile=guile-2.0@--without-guile@g" PKGBUILD