]> git.pld-linux.org Git - packages/esmart.git/commitdiff
- fox layout path on amd64
authorsparky <sparky@pld-linux.org>
Thu, 16 Mar 2006 21:38:03 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esmart-layout_in_libdir.patch -> 1.1

esmart-layout_in_libdir.patch [new file with mode: 0644]

diff --git a/esmart-layout_in_libdir.patch b/esmart-layout_in_libdir.patch
new file mode 100644 (file)
index 0000000..69b2042
--- /dev/null
@@ -0,0 +1,17 @@
+--- esmart-0.9.0.005/configure.in~     2006-01-12 06:42:58.000000000 +0100
++++ esmart-0.9.0.005/configure.in      2006-03-16 22:29:07.000000000 +0100
+@@ -27,13 +27,12 @@
+ fi
+ if test "x${prefix}" = "xNONE"; then
+-  container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
+   AC_DEFINE_UNQUOTED(PREFIX, "${ac_default_prefix}", [Installation Prefix])
+ else
+   AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Installation Prefix])
+-  container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
+ fi
++container_plugin_dir=${libdir}/${PACKAGE}/layout
+ AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin Directory])
+ AC_SUBST(CONTAINER_PLUGIN_DIR)
This page took 0.063444 seconds and 4 git commands to generate.