build_tmpl_sources(): print $destdir/$pkgname, it's more correct.
--HG-- extra : convert_revision : 2cde88161d7ecf19ce20473a042d104224d90212
This commit is contained in:
parent
544f92e5b8
commit
1e493264a3
1 changed files with 1 additions and 1 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -486,7 +486,7 @@ build_tmpl_sources()
|
|||
|
||||
unset LDFLAGS
|
||||
|
||||
echo ">>> Installed \`$pkgname' into the master directory."
|
||||
echo ">>> Installed \`$pkgname' into $PKGFS_DESTDIR/$pkgname."
|
||||
|
||||
if [ -d "$pkg_builddir" -a -z "$dontrm_builddir" ]; then
|
||||
$rm_cmd -rf $pkg_builddir
|
||||
|
|
Loading…
Reference in a new issue