mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
network/hiawatha: Revert php version change needed by 14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3184a61e59
commit
c9ac42f52a
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue