system/pcmanfm: Re-include the empty modules folder, JIC.
Requested by Mii Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
9c8b7565c0
commit
d2364161ce
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for PCMan File Manager (PCManFM)
|
||||
|
||||
# Copyright 2011-2014 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright 2011-2015 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright 2010 Chris Abela <chris.abela@maltats.com>
|
||||
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# All rights reserved.
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=pcmanfm
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -96,10 +96,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
# This is empty
|
||||
rmdir $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM
|
||||
rmdir $PKG/usr/lib$LIBDIRSUFFIX
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
|
|
Loading…
Reference in New Issue