Location: steve@xxxxxxxxxxxxxx http://arch.eicq.org/2007/
Revision: xwem--steve--2.2--patch-2
Archive: steve@xxxxxxxxxxxxxx
Creator: Steve Youngs <steve@xxxxxxxx>
Date: Thu Dec 14 13:08:51 EST 2006
Standard-date: 2006-12-14 03:08:51 GMT
Modified-files: Makefile
New-patches: steve@xxxxxxxxxxxxxx/xwem--steve--2.2--patch-2
Summary: Fix typo in Makefile
Keywords:
* added files
{arch}/xwem/xwem--steve/xwem--steve--2.2/steve@xxxxxxxxxxxxxx/patch-log/patch-2
* modified files
--- orig/Makefile
+++ mod/Makefile
@@ -54,7 +54,7 @@
# Our prefix. Everything hangs off this.
ifndef PREFIX
- ifeq $('$(XEMACS)','sxemacs')
+ ifeq ('$(XEMACS)','sxemacs')
PREFIX = /usr/local/share/sxemacs/site-packages
else
PREFIX = /usr/local/lib/xemacs/site-packages
|