comparison graphics/gtk/gtk.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 b0fd9c97761e
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
94 $with_nls \ 94 $with_nls \
95 $with_wayland \ 95 $with_wayland \
96 $with_x 96 $with_x
97 make 97 make
98 make install DESTDIR=$DESTDIR 98 make install DESTDIR=$DESTDIR
99 rm -f $DESTDIR/lib/{gtk,gdk}-3.la 99 rm -f $DESTDIR/lib/libgtk.la
100 rm -f $DESTDIR/lib/libgdk.la
100 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/immodules/*.la 101 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/immodules/*.la
101 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/printbackends/*.la 102 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/printbackends/*.la
102 103
103 cd .. 104 cd ..
104 rm -rf gtk+-$PKGVERSION 105 rm -rf gtk+-$PKGVERSION