From 79e77babbc6141f54d3df68e0a63cfffe8bc3d62 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Apr 2009 16:22:13 +0200 Subject: [PATCH] Fix meta-pkgs installation with $revision set. --HG-- extra : convert_revision : 5dae83924e228ff864922f941a06f92a2a7b101a --- shutils/install_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutils/install_funcs.sh b/shutils/install_funcs.sh index ece80cb2d7..c011845bca 100644 --- a/shutils/install_funcs.sh +++ b/shutils/install_funcs.sh @@ -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