diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-09 21:47:03 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:33 -0600 |
commit | 39586726905893c7e00433b780e9b27fd7f827b7 (patch) | |
tree | c9ba064d2281c9819fadcc3a2c368b6b8ff71816 /accessibility/wgetpaste/wgetpaste.SlackBuild | |
parent | 4a6ac719b5e7da8d283c3b9ade357678d2089536 (diff) |
accessibility/wgetpaste: Updated for version 2.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'accessibility/wgetpaste/wgetpaste.SlackBuild')
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index 4253cb3ab0381..331c3ad27c7bf 100644 --- a/accessibility/wgetpaste/wgetpaste.SlackBuild +++ b/accessibility/wgetpaste/wgetpaste.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. PRGNAM=wgetpaste -VERSION=${VERSION:-2.22} +VERSION=${VERSION:-2.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -28,6 +28,12 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # x11-misc/xclip => xclip # 'emerge --info' => wgetpaste_info |