binpkg: use run_rootcmd() when building the tarball.
--HG-- extra : convert_revision : c070ed6381fe27210fa7a3e39420f54ed6a19843
This commit is contained in:
@@ -104,7 +104,7 @@ xbps_make_binpkg()
|
||||
|
||||
cd $destdir || exit 1
|
||||
|
||||
tar cfjp $destdir-xbps.tbz2 .
|
||||
run_rootcmd tar cfjp $destdir-xbps.tbz2 .
|
||||
[ ! -d $pkgsdir ] && mkdir -p $pkgsdir
|
||||
mv -f $destdir-xbps.tbz2 $pkgsdir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user