comparison xfce/xfce4-session/xfce4-session.sh @ 542:ca639101cecc

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents dbffca6c243e
children bad483aace64
comparison
equal deleted inserted replaced
541:cacbd9d3d3a8 542:ca639101cecc
65 CC="$CC" \ 65 CC="$CC" \
66 CFLAGS="$CFLAGS" \ 66 CFLAGS="$CFLAGS" \
67 LDFLAGS="$LDFLAGS" \ 67 LDFLAGS="$LDFLAGS" \
68 LIBS="$LIBS" \ 68 LIBS="$LIBS" \
69 ./configure \ 69 ./configure \
70 --prefix=/usr \ 70 --prefix=/ \
71 --sysconfdir=/etc \ 71 --localedir=/share/locale \
72 --localedir=/usr/share/locale \ 72 --with-locales-dir=/share/locale \
73 --with-locales-dir=/usr/share/locale \
74 $with_policykit \ 73 $with_policykit \
75 $with_upower 74 $with_upower
76 make 75 make
77 make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale 76 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
78 rm -f $DESTDIR/usr/lib/libxfsm-4.6.la 77 rm -f $DESTDIR/lib/libxfsm-4.6.la
79 rm -f $DESTDIR/usr/lib/xfce4/session/splash-engines/*.la 78 rm -f $DESTDIR/lib/xfce4/session/splash-engines/*.la
80 79
81 80
82 popd 81 popd
83 rm -rf $PKGNAME-$PKGVERSION 82 rm -rf $PKGNAME-$PKGVERSION
84 } 83 }