comparison x11/libxmu/libxmu.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
50 --prefix= \ 50 --prefix= \
51 --disable-static \ 51 --disable-static \
52 --enable-shared 52 --enable-shared
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
55 rm -f $DESTDIR/lib/libXmu{,u}.la 55 rm -f $DESTDIR/lib/libXmu*.la
56 56
57 cd .. 57 cd ..
58 rm -rf libXmu-$PKGVERSION 58 rm -rf libXmu-$PKGVERSION
59 } 59 }