diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-25 17:44:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-25 17:44:05 +0000 |
commit | 9de9945ffd116dd27d4d51b80048486208728799 (patch) | |
tree | d820fc438b4fc4127cf1c304c2cb43bf1d6132be /x11 | |
parent | 2360b204921e33d71e3ddf4e8558344a03856123 (diff) | |
download | ports-9de9945ffd116dd27d4d51b80048486208728799.tar.gz ports-9de9945ffd116dd27d4d51b80048486208728799.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/files/patch-config_Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in index cb8dfe7446ed..2afd9ee25158 100644 --- a/x11/gdm/files/patch-config_Makefile.in +++ b/x11/gdm/files/patch-config_Makefile.in @@ -37,7 +37,7 @@ + $(INSTALL_SCRIPT) Gnome $(DESTDIR)$(sessdir)/Gnome; \ fi - $(INSTALL_SCRIPT) Gnome $(sessdir)/Gnome -+ $(INSTALL_SCRIPT) Gnome $(DESTDIR)$(sessdir)/factory-Gnom ++ $(INSTALL_SCRIPT) Gnome $(DESTDIR)$(sessdir)/factory-Gnome -if test -f /etc/redhat-release; then \ if test -f $(sessdir)/Default; then \ |