sbopkg: Fix file ownership changes

Close #54.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-16 20:29:09 +07:00
parent a102d63b53
commit a2651c1788
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 7 additions and 4 deletions

View File

@ -97,3 +97,4 @@ We moved to github, so revision number no longer used
GregT GregT
Yaroslav Shmelev Yaroslav Shmelev
smallid smallid
pv4

View File

@ -1415,7 +1415,7 @@ extract_tarball() {
fi fi
return 1 return 1
fi fi
tar -C $DESTINATION -zxf $DELPKG.tar.gz tar -C $DESTINATION -zxof $DELPKG.tar.gz
return 0 return 0
} }
@ -3874,7 +3874,7 @@ EOF
else else
echo "OK" >> $TMPLOG echo "OK" >> $TMPLOG
fi fi
tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz tar -C ./$CATEGORY -zxof $CHKPKG.tar.gz
return 0 return 0
} }

View File

@ -1,6 +1,6 @@
SBOPKG NEWS SBOPKG NEWS
sbopkg-dev (2019-03-15 14:24:30 UTC) sbopkg-dev (2019-03-16 13:27:46 UTC)
FEATURES FEATURES
* sqg: Parallelize building of single and all packages by option -j. * sqg: Parallelize building of single and all packages by option -j.
Patch by Marcel Saegebarth. Patch by Marcel Saegebarth.
@ -49,7 +49,9 @@ sbopkg-dev (2019-03-15 14:24:30 UTC)
* Increase timeout on update detection (#43) * Increase timeout on update detection (#43)
* sqg: Check for invalid .info files before processing. * sqg: Check for invalid .info files before processing.
* Support update ability for -current repo * Support update ability for -current repo
Patch by JK Wood, reviewed by Matteo Bernardini (51) Patch by JK Wood, reviewed by Matteo Bernardini (#51)
* Fix file ownership changes when unpacking tarball
Patch by pv4 (#54)
sbopkg 0.38.1 (2016-09-01 13:42 UTC) sbopkg 0.38.1 (2016-09-01 13:42 UTC)
FEATURES FEATURES