comparison mate/mate-panel/mate-panel.sh @ 530:263706a69f92

mate: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:10:00 +0200
parents 2f9967c0f741
children bad483aace64
comparison
equal deleted inserted replaced
529:ef725c40d0e8 530:263706a69f92
67 LDFLAGS="$LDFLAGS" \ 67 LDFLAGS="$LDFLAGS" \
68 LIBS="$LIBS" \ 68 LIBS="$LIBS" \
69 ./configure \ 69 ./configure \
70 --build=$CBUILD \ 70 --build=$CBUILD \
71 --host=$CHOST \ 71 --host=$CHOST \
72 --prefix=/usr \ 72 --prefix=/ \
73 --disable-static \ 73 --disable-static \
74 --enable-shared \ 74 --enable-shared \
75 $with_wayland \ 75 $with_wayland \
76 $with_x 76 $with_x
77 make 77 make
78 make install DESTDIR=$DESTDIR 78 make install DESTDIR=$DESTDIR
79 rm -f $DESTDIR/usr/lib/libmate-panel-applet-4.la 79 rm -f $DESTDIR/lib/libmate-panel-applet-4.la
80 80
81 popd 81 popd
82 rm -rf $PKGNAME-$PKGVERSION 82 rm -rf $PKGNAME-$PKGVERSION
83 } 83 }