summaryrefslogtreecommitdiffstats
path: root/multimedia/ripit/ripit.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-06-05 01:08:44 +0200
committer Willy Sudiarto Raharjo2014-06-05 01:08:44 +0200
commit0ec9dc94e15db2d030b0b4c727d8c6d07ad08fd0 (patch)
tree2e20e8e5e3a51165283a4fece171abffb33ff71d /multimedia/ripit/ripit.SlackBuild
parent53660e5316da76756f67e06c333789bce403a707 (diff)
downloadold.slackbuilds-0ec9dc94e15db2d030b0b4c727d8c6d07ad08fd0.tar.gz
multimedia/ripit: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/ripit/ripit.SlackBuild')
-rw-r--r--multimedia/ripit/ripit.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/ripit/ripit.SlackBuild b/multimedia/ripit/ripit.SlackBuild
index 4820c6b161..ecc2c50e52 100644
--- a/multimedia/ripit/ripit.SlackBuild
+++ b/multimedia/ripit/ripit.SlackBuild
@@ -1,6 +1,8 @@
#!/bin/sh
# Slackware build script for ripit
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2011 Grigorios Bouzakis <grbzks@xsmail.com>
# All rights reserved.
#
@@ -42,10 +44,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
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 \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
make INSTALL=/bin/install prefix=$PKG/usr mandir=$PKG/usr/man/man1 etcdir=$PKG/etc/ripit install