[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 377
Author: gradator
Date: 2006-12-17 01:46:13 +0000 (Sun, 17 Dec 2006)
Log Message:
-----------
Woops
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-12-17 01:37:21 UTC (rev 376)
+++ trunk/Makefile 2006-12-17 01:46:13 UTC (rev 377)
@@ -132,7 +132,7 @@
install -d -m 755 $(LEWEB)/misc
install -m 755 vhffs-listengine/src/archives/*.pl $(LEWEB)/archives/
install -m 644 vhffs-listengine/src/archives/templates/*.tmpl $(LEWEB)/templates
- install -m 644 vhffs-listengine/src/misc/* $(LEWEB)/misc
+ install -m 644 vhffs-listengine/misc/* $(LEWEB)/misc
if [ ! -L $(LEWEB)/archives/themes ]; then ln -fs $(PANELDIR)/themes $(LEWEB)/archives/themes ; fi
install-listengine: install-listengine-web