comparison graphics/sdl2-image/sdl2-image.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 c5aee53e506f
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
173 $with_xcf \ 173 $with_xcf \
174 $with_xpm \ 174 $with_xpm \
175 $with_xv 175 $with_xv
176 make 176 make
177 make install DESTDIR=$DESTDIR 177 make install DESTDIR=$DESTDIR
178 rm -f $DESTDIR/lib/libSDL2_image.la 178 find $DESTDIR -type f -name "*.la" -delete
179 179
180 cd .. 180 cd ..
181 rm -rf SDL2_image-$PKGVERSION 181 rm -rf SDL2_image-$PKGVERSION
182 } 182 }