]> git.pld-linux.org Git - packages/esmart.git/blob - esmart-layout_in_libdir.patch
- up to 0.9.0.007
[packages/esmart.git] / esmart-layout_in_libdir.patch
1 --- esmart-0.9.0.005/configure.in~      2006-01-12 06:42:58.000000000 +0100
2 +++ esmart-0.9.0.005/configure.in       2006-03-16 22:29:07.000000000 +0100
3 @@ -27,13 +27,12 @@
4  fi
5  
6  if test "x${prefix}" = "xNONE"; then
7 -  container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
8    AC_DEFINE_UNQUOTED(PREFIX, "${ac_default_prefix}", [Installation Prefix])
9  else
10    AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Installation Prefix])
11 -  container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
12  fi
13  
14 +container_plugin_dir=${libdir}/${PACKAGE}/layout
15  AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin Directory])
16  AC_SUBST(CONTAINER_PLUGIN_DIR)
17  
This page took 0.148782 seconds and 3 git commands to generate.