diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2017-02-12 18:25:56 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-18 07:54:05 +0700 |
commit | 3b02f987c378e275064a2cab51aae9260e03dd03 (patch) | |
tree | 943abfe2346f6b39679853fb95b2a1487f7249f1 /system/openrc-services/openrc-services.SlackBuild | |
parent | 3a07b3ef7d9adfdf29860340571541fc3b86f8fe (diff) | |
download | slackbuilds-3b02f987c378e275064a2cab51aae9260e03dd03.tar.gz |
system/openrc-services: Updated for version 20170217.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 803c5b02c2..fc9a94075a 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" |