diff options
Diffstat (limited to 'gdm/Pkgfile')
-rwxr-xr-x | gdm/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdm/Pkgfile b/gdm/Pkgfile index 8df4567..f92082c 100755 --- a/gdm/Pkgfile +++ b/gdm/Pkgfile @@ -7,11 +7,12 @@ name=gdm version=3.1.90 -release=1 +release=2 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz \ fix_external_program_paths.patch vt-allocation-hack.patch - gdm.pam) + gdm.pam + gdm-autologin.pam) build() { cd $name-$version @@ -44,6 +45,7 @@ build() { mkdir -p $PKG/etc/X11/dm/Sessions install -v -m755 -d $PKG/var/log/gdm + cp -f ../gdm-autologin.pam $PKG/etc/pam.d/gdm-autologin cp -f ../gdm.pam $PKG/etc/pam.d/gdm rm -f $PKG/etc/pam.d/gdm-password ln -s gdm $PKG/etc/pam.d/gdm-password |