index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-15 18:13:28 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-15 18:13:28 +0100 |
commit | eaaff21649194e8678cf448c97c5481e33b52062 (patch) | |
tree | 5844fd0c86a34bc09d1fe90e5ddcdb763389e400 | |
parent | 4b79b6c1dc995add039e045a4e0974864f8a28e5 (diff) |
-rw-r--r-- | core/libgpg-error/PKGBUILD | 13 |
diff --git a/core/libgpg-error/PKGBUILD b/core/libgpg-error/PKGBUILD deleted file mode 100644 index e6bb70dd..00000000 --- a/core/libgpg-error/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -# gawk namspace conflict, see FS#63761 - -eval "$( - { - declare -f prepare || \ - printf 'prepare() {\n}\n' - } \ - | sed ' - $i cd "${srcdir}/${pkgname}-${pkgver}" \ - sed -i -e "s/namespace/varerrno/g" src/{Makefile.am,mkstrtable.awk} \ - ./autogen.sh - ' -)" |