diff options
Diffstat (limited to 'system/openrc-services/openrc-services.SlackBuild')
-rw-r--r-- | system/openrc-services/openrc-services.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/system/openrc-services/openrc-services.SlackBuild b/system/openrc-services/openrc-services.SlackBuild index 803c5b02c2da..fc9a94075af2 100644 --- a/system/openrc-services/openrc-services.SlackBuild +++ b/system/openrc-services/openrc-services.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for openrc-services # Based upon https://github.com/manjaro/packages-openrc -# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2015-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openrc-services -VERSION=${VERSION:-20160807} +VERSION=${VERSION:-20170217} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} _GITNAM=aadityabagga-${PRGNAM}-ng -_GITVER=bada733bba99 +_GITVER=a41f2e816476 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -74,8 +74,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sed -i "s|usr/lib|usr/lib${LIBDIRSUFFIX}|" install_openrc_video.sh - # Install sh install.sh "$PKG" |