network/elemental-ircd: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 18:56:54 -05:00 committed by Willy Sudiarto Raharjo
parent 962d94fd48
commit a3fd070d25
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -132,7 +132,6 @@ mkdir -p $PKG/etc/$PRGNAM
sed -e "s/@LIBDIRSUFFIX@/$LIBDIRSUFFIX/" \
$CWD/slackware.conf > $PKG/etc/$PRGNAM/slackware.conf
# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
sed -e "s/@UNAME@/$IRCD_UNAME/" \