summaryrefslogtreecommitdiffstats
path: root/development/uemacs/uemacs.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-05-25 02:19:01 +0200
committer Willy Sudiarto Raharjo2014-05-25 02:19:29 +0200
commitd13255334bf0cfeea8e185a439d6bb322a32f986 (patch)
treedc146979a112c6db9ff629db32fea124d17d3432 /development/uemacs/uemacs.SlackBuild
parent96db98327b8989f6fc6cd6d315d343068417eba9 (diff)
downloadslackbuilds-d13255334bf0cfeea8e185a439d6bb322a32f986.tar.gz
development/uemacs: Updated for version 20130222 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uemacs/uemacs.SlackBuild')
-rw-r--r--development/uemacs/uemacs.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/development/uemacs/uemacs.SlackBuild b/development/uemacs/uemacs.SlackBuild
index 6261a0683b..965ffef1b6 100644
--- a/development/uemacs/uemacs.SlackBuild
+++ b/development/uemacs/uemacs.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for uemacs
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=uemacs
-VERSION=${VERSION:-20120924git_8899ed4}
+VERSION=${VERSION:-20130222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,12 +61,12 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM$VERSION.tar.gz
+cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -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 {} \;