summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-08-05 21:40:26 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:26 +0700
commitccb9986dbbb36ce8f237c7e327df9e07da71d115 (patch)
tree4a2e90873a94554fe4d308748eb1417e8ee0d5cf /system
parentebe97f3cf2e1b43e5d3f7121f8e8d21b078256b7 (diff)
downloadslackbuilds-ccb9986dbbb36ce8f237c7e327df9e07da71d115.tar.gz
slackbuilds-ccb9986dbbb36ce8f237c7e327df9e07da71d115.tar.xz
system/localepurge: Fixed config file install.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/localepurge/localepurge.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/localepurge/localepurge.SlackBuild b/system/localepurge/localepurge.SlackBuild
index bbe4c1a4f8..554d227f12 100644
--- a/system/localepurge/localepurge.SlackBuild
+++ b/system/localepurge/localepurge.SlackBuild
@@ -80,7 +80,7 @@ patch -uN debian/localepurge.config < $CWD/localepurge.config.diff
install -D -m755 usr/sbin/localepurge $PKG/usr/bin/localepurge
install -D -m644 debian/localepurge.8 $PKG/usr/man/man8/localepurge.8
install -D -m755 debian/localepurge.config $PKG/usr/bin/localepurge-config
-install -D -m644 $CWD/locale.nopurge $PKG/etc/locale.nopurge
+install -D -m644 $CWD/locale.nopurge $PKG/etc/locale.nopurge.new
if [ ! -e /var/cache/localepurge/localelist ]; then
find /usr/share/locale -maxdepth 1 -type d -name "*" -printf "%f\n" | grep "^[a-z]" | cut -d" " -f1 | sort -u > $CWD/localelist