comparison core/procps/procps.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 59a2fa6992bc
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
59 --disable-kill \ 59 --disable-kill \
60 --enable-shared \ 60 --enable-shared \
61 $with_nls 61 $with_nls
62 make 62 make
63 make install DESTDIR=$DESTDIR 63 make install DESTDIR=$DESTDIR
64 rm -f $DESTDIR/lib/libprocps.la 64 find $DESTDIR -type f -name "*.la" -delete
65 65
66 cd .. 66 cd ..
67 rm -rf $PKGNAME-v$PKGVERSION 67 rm -rf $PKGNAME-v$PKGVERSION
68 } 68 }