lightdm-mini-greeter: move sysconfdir to /etc

This commit is contained in:
Tim Biermann 2019-07-06 21:31:32 +02:00
parent 0c46fda512
commit 403cbf25d9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/lightdm/
-rw-r--r-- root/root etc/lightdm/lightdm-mini-greeter.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lightdm-mini-greeter
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/lightdm/
-rw-r--r-- root/root usr/etc/lightdm/lightdm-mini-greeter.conf
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xgreeters/
-rw-r--r-- root/root usr/share/xgreeters/lightdm-mini-greeter.desktop

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zTyyCj5NLwPDxlKBOjTsbT7mCCG6+8TIQFd0T7a/W9CXdDKa5k46bA2I9W1DA4TGUlC363serZ9HdMltAmnjQY=
SHA256 (Pkgfile) = 380a5fa76873121f80d78e06b174625e910079f7c7c66fdebe3d02954273018c
SHA256 (.footprint) = acb77b428976c0c3e6899c521bac048cefeabcb889ecf1a2db96959f8eb3e277
RWSagIOpLGJF3/xoiOnWKkpv47YahhWOOJS/NYjZGjshVdlYqS7x/zGAYYFpD9LNUtRj+dms3pxPs60SGDhL9d+ZeOiy3+/9QwM=
SHA256 (Pkgfile) = a02d0234d28edfcf1d00ade919fa60a2ccdf87fbbc51ea3e0a879841b7bd31ea
SHA256 (.footprint) = 9fa4351601d723d6e3ac2354576b6ca7e66a66534f8e462b2913b8bb7d1299b6
SHA256 (lightdm-mini-greeter-0.3.4.tar.gz) = 6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831

View File

@ -5,13 +5,14 @@
name=lightdm-mini-greeter
version=0.3.4
release=1
release=3
source=(https://github.com/prikhi/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-nls
make
make DESTDIR=$PKG install