Marcel Telka
2024-02-04 7a3ac1ac1bcea7277da7cec7785287c146a325c4
tools/perl-integrate-module: add non-default directory to generator command line

1 files modified
5 ■■■■ changed files
tools/perl-integrate-module 5 ●●●● patch | view | raw | blame | history
tools/perl-integrate-module
@@ -194,13 +194,16 @@
# Makefile template
GENERATE_CMD="\$WS_TOOLS/$THIS"
[[ "$DIRECTORY" != "perl/$DISTRIBUTION" ]] && GENERATE_CMD="$GENERATE_CMD -d $DIRECTORY"
GENERATE_CMD="$GENERATE_CMD $MODULE"
(
cat $WS_TOP/transforms/copyright-template | sed -e '/^$/,$d'
cat <<EOF
#
# This file was automatically generated using the following command:
#   \$WS_TOOLS/$THIS $MODULE
#   $GENERATE_CMD
#
BUILD_STYLE = makemaker