summaryrefslogtreecommitdiff
path: root/manualPorts/pax-utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/pax-utils/Pkgfile')
-rw-r--r--manualPorts/pax-utils/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/manualPorts/pax-utils/Pkgfile b/manualPorts/pax-utils/Pkgfile
index 91e3f0c..bb868f0 100644
--- a/manualPorts/pax-utils/Pkgfile
+++ b/manualPorts/pax-utils/Pkgfile
@@ -10,7 +10,10 @@ source=("https://github.com/gentoo/$name/archive/refs/tags/v$version.tar.gz")
build() {
- sed -E 's|( paths =) \[\]|\1 ["/usr/lib"]|g' -i $name-$version/lddtree.py
+ sed -E '
+ 1 s|python$|\03|
+ s|( paths =) \[\]|\1 ["/usr/lib"]|g
+ ' -i $name-$version/lddtree.py
meson setup \
--prefix /usr \