mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
pam: Upgraded to 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f6876079eb
commit
f3a8edfc55
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# All rights reserved.
|
||||
#
|
||||
# Heavily modified by Willy Sudiarto Raharjo for CSB project
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
SRCNAM=Linux-PAM
|
||||
PRGNAM=pam
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -67,7 +67,6 @@ cd $TMP
|
|||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
|
||||
cd $SRCNAM-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -89,6 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-read-both-confs \
|
||||
--disable-prelude \
|
||||
--disable-selinux \
|
||||
--disable-regenerate-docu \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue