summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/librefetch/librefetch5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index 08473e0..db996b7 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -278,7 +278,7 @@ makepkg_modify='
# This is long/gross. What it does:
# - pass --format=ustar to bsdtar, to inhibit it using the pax format
# - take the files that would be included in the tarball, and use
- # find/sort/xargs to order them before passing them to bsdtar
+ # find/sort/--files-from to order them for bsdtar
s/bsdtar(.*) - ([^|]*) \|/find \2 -print0 | LC_ALL=C sort --zero-terminated | bsdtar --null --files-from - --format=ustar --no-recursion \1 - |/
s/create_signature .*/&; return $?/ # do not procede to create symlinks
}
@@ -294,7 +294,8 @@ makepkg_modify='
}
s|Making package:|Making source:|
-s:Checking (run|build)time dependencies\.\.\.:Checking source dependencies...:
+s|Checking runtime dependencies\.\.\.|Checking source dependencies...|
+ /Checking buildtime dependencies\.\.\./d
s|srcdir=.*|&-libre|
s|pkgdirbase=.*|&-libre|