aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-04-25 18:53:50 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-04-25 18:53:50 +0000
commit888b25e8bb4491c9ccc7dcabda0aa854d9cd3d9b (patch)
treee94cc0203b31c7214f8e4cd5ae2844b4b5944a7d /net
parent707ccb1ae65401964b432d1cef8fd583bf874d19 (diff)
downloadmkbuilds-888b25e8bb4491c9ccc7dcabda0aa854d9cd3d9b.tar.gz
mkbuilds-888b25e8bb4491c9ccc7dcabda0aa854d9cd3d9b.tar.bz2
silc-client: handling default config file
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@210 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'net')
-rw-r--r--net/im/silc-client/silc-client.mkbuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/im/silc-client/silc-client.mkbuild b/net/im/silc-client/silc-client.mkbuild
index 9440e98..8c85ccc 100644
--- a/net/im/silc-client/silc-client.mkbuild
+++ b/net/im/silc-client/silc-client.mkbuild
@@ -34,7 +34,7 @@
#
# Other configure arguments
-[[OTHER CONFIGURE ARGS]]="--docdir=/usr/doc/$PKG_NAME-$PKG_VERSION"
+[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc --docdir=/usr/doc/$PKG_NAME-$PKG_VERSION"
#
# Documentation files. Null ("") to auto-set commom doc-files:
@@ -46,6 +46,11 @@
# SlackBuild PATH in Slack.Sarava tree
[[SLACKBUILD PATH]]="net/im/silc-client"
+#
+# Config files
+[[CONFIG FILES]]="etc/silc.conf"
+[[REST OF DOINST.SH]]="config etc/silc.conf"
+
#---------------------
# SlackBuild Sections
#---------------------
@@ -76,8 +81,8 @@ off: compress_info_files
off: copy_init_scripts
on: install_documentation
on: slackdesc
-off: move_config_files
-off: postinstall_script
+ on: move_config_files
+ on: postinstall_script
on: build_package
on: clean_builds
#<< End SlackBuild Sections