summaryrefslogtreecommitdiffstats
path: root/network/csync/csync.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/csync/csync.SlackBuild')
-rw-r--r--network/csync/csync.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/csync/csync.SlackBuild b/network/csync/csync.SlackBuild
index d65948b387..7f8dd18ee1 100644
--- a/network/csync/csync.SlackBuild
+++ b/network/csync/csync.SlackBuild
@@ -78,7 +78,7 @@ cd build
-DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \
-DLIB_SUFFIX=64 \
-DSYSCONF_INSTALL_DIR=/etc \
- -DMAN_INSTALL_DIR=/usr/man
+ -DMAN_INSTALL_DIR=/usr/man
make
make install DESTDIR=$PKG
cd ..