summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-03-01 16:22:05 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-01 16:22:05 +0000
commit0c22f6a89eecc282b15039a09a02f9b333a96d1c (patch)
treefb80a33f24aa3fab1a30bedf13c651a97835b1f3 /Makefile.am
parent00141b137ad6603e93387f4407ebb4a57c73ba29 (diff)
downloadgdm-0c22f6a89eecc282b15039a09a02f9b333a96d1c.tar.gz
Patch from Glynn Foster to fix installation of gdmsetup-security
Mon Mar 01 08:21:37 2004 George Lebl <jirka@5z.com> * Makefile.am: Patch from Glynn Foster to fix installation of gdmsetup-security
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 dd253b1d..2e68e19c 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 gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
+ $(INSTALL_DATA) -D $(srcdir)/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