comparison graphics/graphviz/graphviz.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 25cecc6dca48
children 6633bc51db0e
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
154 $with_webp \ 154 $with_webp \
155 $with_x \ 155 $with_x \
156 $with_xml 156 $with_xml
157 make 157 make
158 make install DESTDIR=$DESTDIR 158 make install DESTDIR=$DESTDIR
159 rm -f $DESTDIR/lib/graphviz/*.la 159 find $DESTDIR -type f -name "*.la" -delete
160 rm -f $DESTDIR/lib/graphviz/perl/*.la
161 rm -f $DESTDIR/lib/libcdt.la
162 rm -f $DESTDIR/lib/libcgraph.la
163 rm -f $DESTDIR/lib/libgvc.la
164 rm -f $DESTDIR/lib/libgvpr.la
165 rm -f $DESTDIR/lib/liblab_gamut.la
166 rm -f $DESTDIR/lib/libpathplan.la
167 rm -f $DESTDIR/lib/libxdot.la
168 160
169 cd .. 161 cd ..
170 rm -rf $PKGNAME-$PKGVERSION 162 rm -rf $PKGNAME-$PKGVERSION
171 } 163 }