mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
Solved problem not showing different savers options
This commit is contained in:
parent
1bf7ffbf8e
commit
5d87267398
@ -5,7 +5,7 @@
|
||||
|
||||
name=xfce4-screensaver
|
||||
version=0.1.6
|
||||
release=4
|
||||
release=5
|
||||
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz common_auth.patch)
|
||||
|
||||
build() {
|
||||
@ -17,7 +17,6 @@ build() {
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--sysconfdir=/etc \
|
||||
--enable-pam \
|
||||
--enable-authentication-scheme=pam \
|
||||
--with-pam-prefix=/etc \
|
||||
@ -31,10 +30,5 @@ build() {
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/usr/etc
|
||||
mv $PKG/etc/xdg $PKG/usr/etc/xdg
|
||||
#mv $PKG/usr/share/dbus-1 $PKG/etc
|
||||
#rm -r $PKG/usr/share/locale
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user