summaryrefslogtreecommitdiffstats
path: root/source/d/ccache/ccache.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/ccache/ccache.SlackBuild')
-rwxr-xr-xsource/d/ccache/ccache.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/d/ccache/ccache.SlackBuild b/source/d/ccache/ccache.SlackBuild
index ea0e5a690..ecd70ac38 100755
--- a/source/d/ccache/ccache.SlackBuild
+++ b/source/d/ccache/ccache.SlackBuild
@@ -27,7 +27,7 @@ BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
@@ -56,7 +56,8 @@ find . \
./configure \
--prefix=/usr \
- --mandir=/usr/man
+ --mandir=/usr/man \
+ --sysconfdir=/etc
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1