system/dump: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9d202c9446
commit
7daa602c45
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for dump
|
# Slackware build script for dump
|
||||||
|
|
||||||
# Copyright 2012 Chris Abela, Malta
|
# Copyright 2012 Chris Abela, Malta
|
||||||
|
# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -64,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# rmt is available on Slack's tar package, so I am disabling it
|
# rmt is available on Slack's tar package, so I am disabling it
|
||||||
# The full path for mandir is necessary
|
# The full path for mandir is necessary
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="daec97b1ad905c904eba926221f4be6d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Chris Abela"
|
MAINTAINER="Ryan P.C. McQuen"
|
||||||
EMAIL="kristofru@gmail.com"
|
EMAIL="ryan.q@linux.com"
|
||||||
|
|
Loading…
Reference in New Issue