index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-23 15:10:03 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-23 15:10:03 +0100 |
commit | 9fdb62512e548727c49da266e43391b6fb93eebf (patch) | |
tree | 16db813c8d8bed3f99c203ed0d14880ad516517b | |
parent | 1684e886b95f3dfc2bdd9e360cc9cf117e5b3be7 (diff) |
-rw-r--r-- | core/libseccomp/PKGBUILD | 11 |
diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD index 77e30b42..03a3745f 100644 --- a/core/libseccomp/PKGBUILD +++ b/core/libseccomp/PKGBUILD @@ -18,14 +18,3 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi - -#temporarily remove libseccomp-python (doesn't build) -pkgname=(${pkgname[@]//python-libseccomp/}) -unset -f package_python-libseccomp -eval "$( - declare -f build | \ - sed ' - s,\(cd src/python\),#\1, - s,\(env.*python.*\),#\1, - ' -)" |