diff options
Diffstat (limited to 'network/squirrelmail/squirrelmail.SlackBuild')
-rw-r--r-- | network/squirrelmail/squirrelmail.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/squirrelmail/squirrelmail.SlackBuild b/network/squirrelmail/squirrelmail.SlackBuild index 5ed49d0eb67a3..4ed8d6d18bac1 100644 --- a/network/squirrelmail/squirrelmail.SlackBuild +++ b/network/squirrelmail/squirrelmail.SlackBuild @@ -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 \ |