comparison graphics/gtk/gtk.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 720ded7ed1b6
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
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/libgtk.la 99 find $DESTDIR -type f -name "*.la" -delete
100 rm -f $DESTDIR/lib/libgdk.la
101 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/immodules/*.la
102 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/printbackends/*.la
103 100
104 cd .. 101 cd ..
105 rm -rf gtk+-$PKGVERSION 102 rm -rf gtk+-$PKGVERSION
106 } 103 }
107 104