comparison x11/xclock/xclock.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
54 LDFLAGS="$LDFLAGS" \ 54 LDFLAGS="$LDFLAGS" \
55 LIBS="$LIBS" \ 55 LIBS="$LIBS" \
56 ./configure \ 56 ./configure \
57 --build=$CBUILD \ 57 --build=$CBUILD \
58 --host=$CHOST \ 58 --host=$CHOST \
59 --prefix=/usr \ 59 --prefix=/ \
60 $with_freetype 60 $with_freetype
61 make 61 make
62 make install DESTDIR=$DESTDIR 62 make install DESTDIR=$DESTDIR
63 63
64 popd 64 popd