Fix meta-pkgs installation with $revision set.
--HG-- extra : convert_revision : 5dae83924e228ff864922f941a06f92a2a7b101a
This commit is contained in:
parent
4470467b4c
commit
79e77babbc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue