summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-03-04 19:38:11 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-04 19:38:11 +0000
commit20495b610334b14ce4ee3d2025bf402971a3b2c7 (patch)
treea82e47fea90c5251a5eb1393bf2596ac62f6dd15 /Makefile.am
parent932097e20aac90776dc0ec9022786295a515a3fb (diff)
downloadgdm-20495b610334b14ce4ee3d2025bf402971a3b2c7.tar.gz
Release 2.5.90.2GDM2_2_5_90_2
Thu Mar 04 11:08:42 2004 George Lebl <jirka@5z.com> * Release 2.5.90.2 * Makefile.am: remove the sun gdmsetup-security fix as it was wrong (probably was part of some other change)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e68e19c..dd253b1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart gdmconfig
install-data-local: gdmsetup-security
if CONSOLE_HELPER
$(INSTALL_DATA) -D $(srcdir)/gdmsetup-pam $(DESTDIR)$(PAM_PREFIX)/pam.d/gdmsetup
- $(INSTALL_DATA) -D $(srcdir)/gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
+ $(INSTALL_DATA) -D gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
$(INSTALL_DATA) -m 755 -d $(DESTDIR)$(sbindir)
mv -f $(DESTDIR)$(bindir)/gdmsetup $(DESTDIR)$(sbindir)
$(LN_S) @CONSOLE_HELPER@ $(DESTDIR)$(bindir)/gdmsetup