mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-Sub-Install: Updated for 0.927.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
472b7a7d2c
commit
7207a3dfc1
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Sub-Install
|
||||
VERSION=${VERSION:-0.925}
|
||||
VERSION=${VERSION:-0.927}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,11 +68,11 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Sub-Install"
|
||||
VERSION="0.925"
|
||||
VERSION="0.927"
|
||||
HOMEPAGE="http://search.cpan.org/~rjbs/Sub-Install/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-0.925.tar.gz"
|
||||
MD5SUM="694aaec771c42280746a9a6279683263"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-0.927.tar.gz"
|
||||
MD5SUM="3f3b70f651b5bc41c6ccc372b2fa3430"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Test-Pod perl-Test-Pod-Coverage"
|
||||
|
|
Loading…
Reference in a new issue