summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/unhide/unhide.SlackBuild10
-rw-r--r--system/unhide/unhide.info4
2 files changed, 6 insertions, 8 deletions
diff --git a/system/unhide/unhide.SlackBuild b/system/unhide/unhide.SlackBuild
index 69107d0fa6..e32a39575b 100644
--- a/system/unhide/unhide.SlackBuild
+++ b/system/unhide/unhide.SlackBuild
@@ -5,7 +5,7 @@
# This script is of public domain. It can be distributed, modified and used as desired.
# Based on the PorteusBuild written by the same author at www.porteus.org/forum
-# Black Rider [black_rider@esdebian.org]
+# Rubén Llorente <porting@use.startmail.com>
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
@@ -19,7 +19,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unhide
-VERSION=20121229
+VERSION=${VERSION:-20121229}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# gcc --static unhide.c -o unhide #### This is an obsolete version.
gcc $SLKCFLAGS -Wall --static -pthread unhide-linux*.c unhide-output.c -o unhide-linux
@@ -83,9 +83,7 @@ cp man/fr/unhide.8 $PKG/usr/man/fr/man8
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp \
- COPYING LEEME.txt LISEZ-MOI.TXT README.txt TODO changelog \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp COPYING LEEME.txt LISEZ-MOI.TXT README.txt TODO changelog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
diff --git a/system/unhide/unhide.info b/system/unhide/unhide.info
index 796a6eb6cd..be8720c5d2 100644
--- a/system/unhide/unhide.info
+++ b/system/unhide/unhide.info
@@ -6,5 +6,5 @@ MD5SUM="1ad76312ed0ff7a26b8c501af9bffc67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Black Rider"
-EMAIL="softwareworks@use.startmail.com"
+MAINTAINER="Rubén Llorente"
+EMAIL="porting@use.startmail.com"