diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 02:08:15 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 02:08:15 -0500 |
commit | 896dd1f8c483282b02976d96da6aacf269032196 (patch) | |
tree | 952352b9c6d68cbabd73dcb6b56c2062ddbee1cb /src | |
parent | 6394f33988ad1283a934c4944404ac10ce78f5cb (diff) |
librefetch: minor touch up
Diffstat (limited to 'src')
-rwxr-xr-x | src/librefetch/librefetch | 5 |
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| |