index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-05 22:19:30 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-05 22:19:30 +0200 |
commit | 440b6b40d7a17527f7f2198cf034d8bbdca10975 (patch) | |
tree | 9647c8043de2bb95c0620dc5fbd75a5f89b15225 | |
parent | b11617ca52928e6dd6bef4270e33d0315ada0009 (diff) |
-rw-r--r-- | extra/python-jaraco.text/PKGBUILD | 10 |
diff --git a/extra/python-jaraco.text/PKGBUILD b/extra/python-jaraco.text/PKGBUILD index 27951b5b..7e34bb95 100644 --- a/extra/python-jaraco.text/PKGBUILD +++ b/extra/python-jaraco.text/PKGBUILD @@ -4,7 +4,9 @@ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #AttributeError: 'MinimalDistribution' object has no attribute 'entry_points' -declare -f build | \ - sed ' - s/--no-isolation// - ' +eval "$( + declare -f build | \ + sed ' + s/--no-isolation// + ' +)" |