fix whitespace issue introduced from editing patch in place
This commit is contained in:
parent
633208c39e
commit
aa6967bdf2
@ -153,7 +153,7 @@ index 30e1f55..400c43d 100644
|
|||||||
-rf \
|
-rf \
|
||||||
$(DESTDIR)$(workingdir)/.gconf.mandatory \
|
$(DESTDIR)$(workingdir)/.gconf.mandatory \
|
||||||
$(DESTDIR)$(xauthdir)
|
$(DESTDIR)$(xauthdir)
|
||||||
+ $(DESTDIR)$(spooldir)
|
+ $(DESTDIR)$(spooldir)
|
||||||
|
|
||||||
install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession gconf.path
|
install-data-hook: gdm.conf-custom Xsession Init PostSession PreSession gconf.path
|
||||||
if test '!' -d $(DESTDIR)$(gdmconfdir); then \
|
if test '!' -d $(DESTDIR)$(gdmconfdir); then \
|
||||||
@ -161,11 +161,11 @@ index 30e1f55..400c43d 100644
|
|||||||
chown root:gdm $(DESTDIR)$(workingdir) || : ; \
|
chown root:gdm $(DESTDIR)$(workingdir) || : ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+ if test '!' -d $(DESTDIR)$(spooldir); then \
|
+ if test '!' -d $(DESTDIR)$(spooldir); then \
|
||||||
+ $(mkinstalldirs) $(DESTDIR)$(spooldir); \
|
+ $(mkinstalldirs) $(DESTDIR)$(spooldir); \
|
||||||
+ chmod 1770 $(DESTDIR)$(spooldir); \
|
+ chmod 1770 $(DESTDIR)$(spooldir); \
|
||||||
+ chown root:gdm $(DESTDIR)$(spooldir) || : ; \
|
+ chown root:gdm $(DESTDIR)$(spooldir) || : ; \
|
||||||
+ fi
|
+ fi
|
||||||
+
|
+
|
||||||
$(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path
|
$(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path
|
||||||
gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --recursive-unset /
|
gconftool-2 --direct --config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --recursive-unset /
|
||||||
|
Loading…
Reference in New Issue
Block a user