From 0c5799b4d5c1740efe29a46c3aed369f89395d2b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 24 Aug 2021 22:48:35 -0400 Subject: [PATCH] system/linux-vt-setcolors: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/linux-vt-setcolors/linux-vt-setcolors.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/linux-vt-setcolors/linux-vt-setcolors.SlackBuild b/system/linux-vt-setcolors/linux-vt-setcolors.SlackBuild index bcbd5cfd80..a359f64422 100644 --- a/system/linux-vt-setcolors/linux-vt-setcolors.SlackBuild +++ b/system/linux-vt-setcolors/linux-vt-setcolors.SlackBuild @@ -27,9 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -80,7 +77,7 @@ cp -a LICENSE* README* example-colors $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc +sed "s,\\\$VERSION,$VERSION," $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE