summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-05-17 09:51:36 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-05-17 09:51:36 +0000
commitd03b41f5f4f419410addaafc857684dfe678f283 (patch)
treea183c7fe4ee029faf8f38b567c9e4bd7992f1fe5 /config
parentdbf9840a7655b48a6b06c908de4a38f5bd405714 (diff)
downloadgdm-d03b41f5f4f419410addaafc857684dfe678f283.tar.gz
Don't put the debian stuff into the tarball, and remove it from the
Thu May 17 02:52:38 2001 George Lebl <jirka@5z.com> * Makefile.am, confgiure.in, debian/Default.debian, config/Makefile.am: Don't put the debian stuff into the tarball, and remove it from the config, this is here for people wanting to live off the bleeding edge of 2.0-beta4 and run a stable gdm. Hopefully the gdm 2.2.x packages will show up in mainstream debian soon (they don't seem to be there now). Plus some make distcheck fixes
Diffstat (limited to 'config')
-rwxr-xr-xconfig/Default.debian3
-rw-r--r--config/Makefile.am7
2 files changed, 1 insertions, 9 deletions
diff --git a/config/Default.debian b/config/Default.debian
deleted file mode 100755
index 398fd28f..00000000
--- a/config/Default.debian
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /etc/X11/Xsession
diff --git a/config/Makefile.am b/config/Makefile.am
index 8f8adae5..eb8ce6bd 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -22,7 +22,6 @@ EXTRA_DIST = \
PostSession \
PreSession \
Default.redhat \
- Default.debian \
XKeepsCrashing
install-data-hook: gdm.conf gnomerc Gnome
@@ -34,7 +33,7 @@ install-data-hook: gdm.conf gnomerc Gnome
$(INSTALL_DATA) gdm.conf $(confdir)/gdm.conf; \
fi
- $(INSTALL_SCRIPT) XKeepsCrashing $(confdir)/XKeepsCrashing
+ $(INSTALL_SCRIPT) $(srcdir)/XKeepsCrashing $(confdir)/XKeepsCrashing
if test '!' -f $(localedir)/locale.alias; then \
$(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias; \
@@ -53,10 +52,6 @@ install-data-hook: gdm.conf gnomerc Gnome
$(INSTALL_SCRIPT) Gnome $(sessdir)/Gnome; \
fi
- if test -e /etc/debian_version; then \
- $(INSTALL_SCRIPT) $(srcdir)/Default.debian $(sessdir)/Default; \
- fi
-
if test '!' -d $(initdir); then \
$(mkinstalldirs) $(initdir); \
chmod 755 $(initdir); \