[vhffs-dev] [565] Fixed templates dir default value. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 565
Author: beuss
Date: 2007-04-16 07:28:37 +0000 (Mon, 16 Apr 2007)
Log Message:
-----------
Fixed templates dir default value.
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-04-16 07:09:50 UTC (rev 564)
+++ trunk/configure.ac 2007-04-16 07:28:37 UTC (rev 565)
@@ -75,7 +75,7 @@
AC_HELP_STRING([--with-template-path=path],
[Complete path for web templates (panel) (/usr/share/vhffs/templates)]),
TEMPLATESDIR=$withval,
- TEMPLATESDIR=/usr/share/vhffs/panel
+ TEMPLATESDIR=/usr/share/vhffs/templates
)
AC_SUBST(TEMPLATESDIR)
@@ -209,4 +209,4 @@
],
)
-AC_OUTPUT
\ No newline at end of file
+AC_OUTPUT