binpkg: use run_rootcmd() when building the tarball.
--HG-- extra : convert_revision : c070ed6381fe27210fa7a3e39420f54ed6a19843
This commit is contained in:
parent
26f703e47f
commit
8df4138beb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue