comparison lib/libxklavier/libxklavier.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 a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
48 LDFLAGS="$LDFLAGS" \ 48 LDFLAGS="$LDFLAGS" \
49 LIBS="$LIBS" \ 49 LIBS="$LIBS" \
50 ./configure --prefix= 50 ./configure --prefix=
51 make 51 make
52 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
53 rm -f $DESTDIR/lib/libxklavier.la 53 find $DESTDIR -type f -name "*.la" -delete
54 54
55 cd .. 55 cd ..
56 rm -rf $PKGNAME-$PKGVERSION 56 rm -rf $PKGNAME-$PKGVERSION
57 } 57 }