diff options
author | George Lebl <jirka@5z.com> | 2004-03-15 23:22:20 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2004-03-15 23:22:20 +0000 |
commit | 3cb23468ee0837e2ff86d5015659bfa4b356db7b (patch) | |
tree | 1ee220cb9361560b20a04c1511a2663cfce9426f /Makefile.am | |
parent | 7b0f8ea3f88093ee8221119694e3c7652aa5976a (diff) | |
download | gdm-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.am | 2 |
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 |