comparison graphics/gtk2/gtk2.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 b0fd9c97761e
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
78 $with_cups \ 78 $with_cups \
79 $with_nls 79 $with_nls
80 make 80 make
81 make install localedir=/share/locale DESTDIR=$DESTDIR 81 make install localedir=/share/locale DESTDIR=$DESTDIR
82 rm -f $DESTDIR/bin/gtk-update-icon-cache 82 rm -f $DESTDIR/bin/gtk-update-icon-cache
83 rm -f $DESTDIR/lib/gtk-2.0/2.10.0/engines/*.la 83 find $DESTDIR -type f -name "*.la" -delete
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
86 rm -f $DESTDIR/lib/gtk-2.0/modules/*.la
87 rm -f $DESTDIR/lib/libgailutil.la
88 rm -f $DESTDIR/lib/libgdk*.la
89 rm -f $DESTDIR/lib/libgtk*.la
90 84
91 cd .. 85 cd ..
92 rm -rf gtk+-$PKGVERSION 86 rm -rf gtk+-$PKGVERSION
93 } 87 }
94 88