comparison graphics/libpng/libpng.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 59a2fa6992bc
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
45 --prefix= \ 45 --prefix= \
46 --enable-shared \ 46 --enable-shared \
47 --disable-static 47 --disable-static
48 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/lib/libpng{,16}.la 50 rm -f $DESTDIR/lib/libpng*.la
51 51
52 cd .. 52 cd ..
53 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
54 } 54 }