mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
cracklib: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
b4717d7dae
commit
95430225b4
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
PRGNAM=cracklib
|
PRGNAM=cracklib
|
||||||
VERSION=${VERSION:-2.9.6}
|
VERSION=${VERSION:-2.9.6}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-3}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
DICT=${DICT:-cracklib-words-$VERSION}
|
DICT=${DICT:-cracklib-words-$VERSION}
|
||||||
|
@ -97,6 +97,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
|
# Don't ship .la files:
|
||||||
|
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||||
|
|
||||||
# Install large cracklib dictionary file if it exists
|
# Install large cracklib dictionary file if it exists
|
||||||
if [ -e $CWD/${DICT}.gz ]; then
|
if [ -e $CWD/${DICT}.gz ]; then
|
||||||
zcat $CWD/${DICT}.gz > $PKG/usr/share/cracklib/$PRGNAM-large
|
zcat $CWD/${DICT}.gz > $PKG/usr/share/cracklib/$PRGNAM-large
|
||||||
|
|
Loading…
Reference in a new issue