mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
Fix meta-pkgs installation with $revision set.
--HG-- extra : convert_revision : 5dae83924e228ff864922f941a06f92a2a7b101a
This commit is contained in:
parent
4470467b4c
commit
79e77babbc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ install_src_phase()
|
||||||
# Just creating the dir is enough to write the package metadata.
|
# Just creating the dir is enough to write the package metadata.
|
||||||
#
|
#
|
||||||
if [ "$build_style" = "meta-template" ]; then
|
if [ "$build_style" = "meta-template" ]; then
|
||||||
mkdir -p $XBPS_DESTDIR/$pkgname-$lver
|
mkdir -p $XBPS_DESTDIR/$pkgname-$version
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue