diff options
author | Erich Eckner <git@eckner.net> | 2023-01-15 14:06:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-15 14:06:24 +0100 |
commit | 8d89b0a5ff61bd5a7274d03bb8b54cfdb61af480 (patch) | |
tree | 6e7bda4caf971bda67a9d6a8b436ddaaeb1d274c | |
parent | c11ec2a853d574268f38c00740ec411eed3973fc (diff) | |
download | crux-ports-8d89b0a5ff61bd5a7274d03bb8b54cfdb61af480.tar.xz |
pax-utils: fix python reference
-rw-r--r-- | manualPorts/pax-utils/.signature | 4 | ||||
-rw-r--r-- | manualPorts/pax-utils/Pkgfile | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/manualPorts/pax-utils/.signature b/manualPorts/pax-utils/.signature index ff7e169..7f5c192 100644 --- a/manualPorts/pax-utils/.signature +++ b/manualPorts/pax-utils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGsK0tKb3/jDxXjR9zXDyHKzyAEkX5qeezW65qE90b/N7oUwkZ4zARmZ2lnQmRxNErkZB9CH+UhpsBCqBAMXaywQ= -SHA256 (Pkgfile) = b53b3e98cfd74784bf69c6456db8928cb30eaf99a4dc437cc831981a3349ccaa +RWQxCptPusLGGmGYltzmuhwRHmTxuA8JWQmY+wW+aoaZK7hXQUxGY+XuCyn1yqlXJg2g1y/iaht9Xz0M3DnsWToI9VaaoNpXKQY= +SHA256 (Pkgfile) = 874d5494324326fd802b3269a70b58ea77e0a60efdf9cbe961a49385a998e23e SHA256 (.footprint) = 873c20c786de4cfc11127693f3453778753ea06df4f9252c1ef7f03a9eeab002 SHA256 (v1.3.6.tar.gz) = 082375d573db0c91683683678785a3ddfd07dc53f11c25b46215ca1dd02c3bde 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 \ |