comparison graphics/libgd/libgd.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 a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
126 $with_webp \ 126 $with_webp \
127 $with_x \ 127 $with_x \
128 $with_zlib 128 $with_zlib
129 make 129 make
130 make install DESTDIR=$DESTDIR 130 make install DESTDIR=$DESTDIR
131 rm -f $DESTDIR/lib/libgd.la 131 find $DESTDIR -type f -name "*.la" -delete
132 132
133 cd .. 133 cd ..
134 rm -rf $PKGNAME-$PKGVERSION 134 rm -rf $PKGNAME-$PKGVERSION
135 } 135 }