diff options
Diffstat (limited to 'sys/process')
-rw-r--r-- | sys/process/htop/htop.mkbuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/process/htop/htop.mkbuild b/sys/process/htop/htop.mkbuild index d4144e6..f5f7794 100644 --- a/sys/process/htop/htop.mkbuild +++ b/sys/process/htop/htop.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: patch_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections |