comparison xfce/garcon/garcon.sh @ 542:ca639101cecc

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents 98c594b38cc5
children bad483aace64
comparison
equal deleted inserted replaced
541:cacbd9d3d3a8 542:ca639101cecc
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix=/usr \ 46 --prefix=/
47 --sysconfdir=/etc
48 make 47 make
49 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/usr/lib/libgarcon-gtk2-1.la 49 rm -f $DESTDIR/lib/libgarcon-gtk2-1.la
51 rm -f $DESTDIR/usr/lib/libgarcon-1.la 50 rm -f $DESTDIR/lib/libgarcon-1.la
52 51
53 popd 52 popd
54 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
55 } 54 }