When stowning a pkg, do not copy file with -f.
--HG-- extra : convert_revision : 9d99ad0b7b4f616e8681b24e858988842eb3a9d2
This commit is contained in:
parent
7543311304
commit
ccce118103
2
xbps.sh
2
xbps.sh
|
@ -1334,7 +1334,7 @@ stow_pkg()
|
|||
find . > $XBPS_MASTERDIR/.xbps-filelist-$pkgname-$version
|
||||
sed -i -e "s|^.$||g;s|^./||g" \
|
||||
$XBPS_MASTERDIR/.xbps-filelist-$pkgname-$version
|
||||
cp -far . $XBPS_MASTERDIR
|
||||
cp -ar . $XBPS_MASTERDIR
|
||||
mv -f $XBPS_MASTERDIR/.xbps-filelist-$pkgname-$version \
|
||||
$XBPS_DESTDIR/$pkgname-$version/.xbps-filelist
|
||||
|
||||
|
|
Loading…
Reference in New Issue