Fix meta-pkgs installation with $revision set.

--HG--
extra : convert_revision : 5dae83924e228ff864922f941a06f92a2a7b101a
This commit is contained in:
Juan RP 2009-04-23 16:22:13 +02:00
parent 4470467b4c
commit 79e77babbc

View file

@ -45,7 +45,7 @@ install_src_phase()
# Just creating the dir is enough to write the package metadata.
#
if [ "$build_style" = "meta-template" ]; then
mkdir -p $XBPS_DESTDIR/$pkgname-$lver
mkdir -p $XBPS_DESTDIR/$pkgname-$version
return 0
fi