comparison graphics/gtk2/gtk2.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
83 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/engines/*.la 83 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/engines/*.la
84 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/immodules/*.la 84 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/immodules/*.la
85 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/printbackends/*.la 85 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/printbackends/*.la
86 rm -f $DESTDIR/lib/gtk-2.0/modules/*.la 86 rm -f $DESTDIR/lib/gtk-2.0/modules/*.la
87 rm -f $DESTDIR/lib/libgailutil.la 87 rm -f $DESTDIR/lib/libgailutil.la
88 rm -f $DESTDIR/lib/lib{gdk,gtk}-x11-2.0.la 88 rm -f $DESTDIR/lib/libgdk*.la
89 rm -f $DESTDIR/lib/libgtk*.la
89 90
90 cd .. 91 cd ..
91 rm -rf gtk+-$PKGVERSION 92 rm -rf gtk+-$PKGVERSION
92 } 93 }
93 94