comparison graphics/weston/weston.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
69 LDFLAGS="$LDFLAGS" \ 69 LDFLAGS="$LDFLAGS" \
70 LIBS="$LIBS" \ 70 LIBS="$LIBS" \
71 ./configure \ 71 ./configure \
72 --build=$CBUILD \ 72 --build=$CBUILD \
73 --host=$CHOST \ 73 --host=$CHOST \
74 --prefix=/usr \ 74 --prefix=/ \
75 $with_dbus \ 75 $with_dbus \
76 $with_pam \ 76 $with_pam \
77 $with_x 77 $with_x
78 make 78 make
79 make install DESTDIR=$DESTDIR 79 make install DESTDIR=$DESTDIR
80 rm -f $DESTDIR/usr/lib/libweston-5/*.la 80 rm -f $DESTDIR/lib/libweston-5/*.la
81 rm -f $DESTDIR/usr/lib/libweston{,-desktop}-5.la 81 rm -f $DESTDIR/lib/libweston{,-desktop}-5.la
82 rm -f $DESTDIR/usr/lib/weston/*.la 82 rm -f $DESTDIR/lib/weston/*.la
83 83
84 popd 84 popd
85 rm -rf $PKGNAME-$PKGVERSION 85 rm -rf $PKGNAME-$PKGVERSION
86 } 86 }