From 896dd1f8c483282b02976d96da6aacf269032196 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Jan 2015 02:08:15 -0500 Subject: librefetch: minor touch up --- src/librefetch/librefetch | 5 +++-- 1 file 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| -- cgit v1.2.2