X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage6%2Fpkg%2Fgdm;h=cd65bc7f91d2969dd3fda133c0fe65f77d7d23a2;hb=cfcd1d992a56a2eff1573cbf197d30842bc186ff;hp=087c2416d253b982349a649aa86a5551197c53e3;hpb=9c23f087819d8e17cd248a3e2543d59b4c32d26d;p=hvlinux.git diff --git a/stage6/pkg/gdm b/stage6/pkg/gdm index 087c241..cd65bc7 100644 --- a/stage6/pkg/gdm +++ b/stage6/pkg/gdm @@ -20,14 +20,14 @@ cd ${LFS_TMP}/${1}-build && --localstatedir=/var/lib \ --infodir=/usr/share/info \ --with-pam-prefix=/etc \ - --sysconfdir=/etc/gnome/${GNOME2_VER} && + --sysconfdir=/etc && make && make install && install -v -m755 -d /var/log/gdm && # Changing the directory containing the GDM log files to the /var/log hierarchy. sed -i.orig "/\[daemon\]/ a LogDir=/var/log/gdm" \ - /etc/gnome/${GNOME2_VER}/gdm/custom.conf && + /etc/gdm/custom.conf && rmdir -v /var/lib/log/gdm && rmdir -v /var/lib/log &&