diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-25 17:44:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-25 17:44:05 +0000 |
commit | 9b14094b597e8aeb489d9982baff1f30d4a5da88 (patch) | |
tree | 99c3fa219a770a1bb1bb61fb3d55ed2fdcd1ad83 /x11 | |
parent | c0ef171a21a9c46d273fcb390c519efe30234f7d (diff) | |
download | FreeBSD-ports-9b14094b597e8aeb489d9982baff1f30d4a5da88.zip FreeBSD-ports-9b14094b597e8aeb489d9982baff1f30d4a5da88.tar.gz |
Fix a typo in one of the patches.
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 cb8dfe7..2afd9ee 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 \ |