diff options
Diffstat (limited to 'extra/lxdm/Pkgfile')
-rw-r--r-- | extra/lxdm/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lxdm/Pkgfile b/extra/lxdm/Pkgfile index 6c528b1e2..fcef839d9 100644 --- a/extra/lxdm/Pkgfile +++ b/extra/lxdm/Pkgfile @@ -7,7 +7,7 @@ name=lxdm version=0.3.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/lxdm/lxdm%20${version}/$name-$version.tar.gz lxdm-Xsession.patch lxdm.patch lxdm-pam.patch lxdm-deamon) @@ -24,7 +24,7 @@ build() { make DESTDIR=$PKG install install -m644 $SRC/lxdm-pam.patch $PKG/etc/pam.d/lxdm - install -Dm755 $SRC/lxdm-deamon $PKG/etc/rc.d/lxdm + install -Dm755 $SRC/lxdm-deamon $PKG/etc/rc.d/init.d/lxdm mkdir -p $PKG/var/run/lxdm mkdir -p $PKG/var/lib/lxdm |