mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +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
|
||||
VERSION=${VERSION:-2.9.6}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
DICT=${DICT:-cracklib-words-$VERSION}
|
||||
|
@ -97,6 +97,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Don't ship .la files:
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
# Install large cracklib dictionary file if it exists
|
||||
if [ -e $CWD/${DICT}.gz ]; then
|
||||
zcat $CWD/${DICT}.gz > $PKG/usr/share/cracklib/$PRGNAM-large
|
||||
|
|
Loading…
Reference in a new issue