When stowning a pkg, do not copy file with -f.

--HG--
extra : convert_revision : 9d99ad0b7b4f616e8681b24e858988842eb3a9d2
This commit is contained in:
Juan RP 2008-10-24 08:49:49 +02:00
parent 7543311304
commit ccce118103
1 changed files with 1 additions and 1 deletions

View File

@ -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