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