comparison graphics/wayland-protocols/wayland-protocols.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
24 24
25 rm -rf $PKGNAME-$PKGVERSION 25 rm -rf $PKGNAME-$PKGVERSION
26 tar xvf $PKGNAME-$PKGVERSION.tar.xz 26 tar xvf $PKGNAME-$PKGVERSION.tar.xz
27 cd $PKGNAME-$PKGVERSION 27 cd $PKGNAME-$PKGVERSION
28 28
29 ./configure --prefix= 29 ./configure --prefix=/usr
30 make 30 make
31 make install DESTDIR=$DESTDIR 31 make install DESTDIR=$DESTDIR
32 32
33 cd .. 33 cd ..
34 rm -rf $PKGNAME-$PKGVERSION 34 rm -rf $PKGNAME-$PKGVERSION