summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-03-15 23:22:20 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-15 23:22:20 +0000
commit3cb23468ee0837e2ff86d5015659bfa4b356db7b (patch)
tree1ee220cb9361560b20a04c1511a2663cfce9426f /Makefile.am
parent7b0f8ea3f88093ee8221119694e3c7652aa5976a (diff)
downloadgdm-3cb23468ee0837e2ff86d5015659bfa4b356db7b.tar.gz
Release 2.6.0.0GDM2_2_6_0_0
Mon Mar 15 10:22:30 2004 George Lebl <jirka@5z.com> * Release 2.6.0.0 * docs/Makefile.am: fix build * Makefile.am: did I not commit this build fix?
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