network/hiawatha: Revert php version change needed by 14.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2021-07-16 00:37:57 -05:00 committed by Willy Sudiarto Raharjo
parent 3184a61e59
commit c9ac42f52a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -102,9 +102,6 @@ cd ..
sed -i 's/^#ServerId/ServerId/' $PKG/etc/$PRGNAM/$PRGNAM.conf
sed -i "s/www-data/$PRGNAM:$PRGNAM/" $PKG/etc/$PRGNAM/$PRGNAM.conf
# Change PHP version from 7 to 5 to match version in Slackware*-14.2
sed -i -r -e 's/PHP7/PHP5/g' -e 's/php7/php5/g' $PKG/etc/$PRGNAM/$PRGNAM.conf
# Install init scipts
mkdir -p $PKG/etc/rc.d/
install -m 0644 $CWD/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM