comparison x11/xinit/xinit.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
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 49
51 popd 50 popd
52 rm -rf $PKGNAME-$PKGVERSION 51 rm -rf $PKGNAME-$PKGVERSION