Posted to tcl by patthoyts at Tue Dec 19 14:00:42 GMT 2006view pretty

--- makefile.orig       Tue Dec 19 13:18:32 2006
+++ makefile    Tue Dec 19 13:23:10 2006
@@ -112,7 +112,9 @@
 # This is OK - just means no SciTE in the Gnome Applications menu
 # Dead:        install -D SciTEGTK.properties $(SYSCONF_PATH)/SciTEGlobal.properties
 install:
-       $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(DESTDIR)$(SYSCONF_PATH)
+       $(INSTALL) -m 755 -d $(bindir)
+       $(INSTALL) -m 755 -d $(datadir)
+       $(INSTALL) -m 755 -d $(SYSCONF_PATH)

        $(INSTALL) -m 755 $(PROG) $(DESTDIR)$(bindir)