mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/squirrelmail: misc fixes for website purposes only
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d36eb5bec7
commit
34627d1af2
3 changed files with 2 additions and 2 deletions
|
@ -151,10 +151,10 @@ rm -f plugins/make_archive.pl
|
|||
|
||||
mkdir -p $PKG/etc/squirrelmail
|
||||
|
||||
cp $CWD/config.php $PKG/etc/squirrelmail/config.php
|
||||
cp $CWD/config.php.txt $PKG/etc/squirrelmail/config.php
|
||||
ln -sf /etc/squirrelmail/config.php config/config.php
|
||||
|
||||
cp $CWD/config_local.php $PKG/etc/squirrelmail/config_local.php
|
||||
cp $CWD/config_local.php.txt $PKG/etc/squirrelmail/config_local.php
|
||||
ln -sf /etc/squirrelmail/config_local.php config/config_local.php
|
||||
|
||||
mv plugins/squirrelspell/sqspell_config.php \
|
||||
|
|
Loading…
Reference in a new issue