aboutsummaryrefslogtreecommitdiff
path: root/app/text/scrollkeeper/scrollkeeper.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'app/text/scrollkeeper/scrollkeeper.mkbuild')
-rw-r--r--app/text/scrollkeeper/scrollkeeper.mkbuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/text/scrollkeeper/scrollkeeper.mkbuild b/app/text/scrollkeeper/scrollkeeper.mkbuild
index b4579ff..f18c855 100644
--- a/app/text/scrollkeeper/scrollkeeper.mkbuild
+++ b/app/text/scrollkeeper/scrollkeeper.mkbuild
@@ -45,7 +45,7 @@
#
# Build number.
# Auto-set to default 1
-[[BUILD NUMBER]]=""
+[[BUILD NUMBER]]="2"
#
# Source Name construction string
@@ -99,6 +99,8 @@
#[[MD5SUM EXTENSION]]=""
#[[SIGNING KEY]]=""
#[[SIGNING KEY URL]]=""
+[[CONFIG FILES]]="etc/scrollkeeper.conf"
+[[REST OF DOINST.SH]]="config etc/scrollkeeper.conf.new"
[[PATCH FILES]]=""
[[NUMBER OF PREFIX SLASHES TO STRIP]]="1"
@@ -127,6 +129,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
@@ -135,9 +138,11 @@ off: patch_source
on: strip_binaries
off: compress_manpages
off: compress_info_files
+off: copy_config_files
on: install_documentation
on: slackdesc
-off: postinstall_script
+ on: move_config_files
+ on: postinstall_script
on: build_package
on: clean_builds
#<< End SlackBuild Sections