pkgfs.sh: fix install target.
--HG-- extra : convert_revision : c569e39e4506522606771df4f68611f0735abc5a
This commit is contained in:
parent
6575a051be
commit
037049a438
1 changed files with 2 additions and 0 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -758,6 +758,8 @@ install_src_phase()
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cd $wrksrc || exit 1
|
||||
|
||||
echo "=> Running \`\`install´´ phase for: \`$pkgname-$version´."
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue