diff --git a/package/rene/esmart/usr-local.patch b/package/rene/esmart/usr-local.patch new file mode 100644 index 000000000..1e6cb2dfd --- /dev/null +++ b/package/rene/esmart/usr-local.patch @@ -0,0 +1,18 @@ +--- esmart-2004-01-18/src/container/layout/default/Makefile.am.orig 2004-01-21 16:10:44.000000000 +0100 ++++ esmart-2004-01-18/src/container/layout/default/Makefile.am 2004-01-21 16:10:52.000000000 +0100 +@@ -1,5 +1,5 @@ + plugin_LTLIBRARIES = default.la +-plugindir = /usr/local/lib/esmart/layout ++plugindir = $(prefix)/lib/esmart/layout + + default_la_SOURCES = default.c + default_la_LDFLAGS = -module -avoid-version +--- esmart-2004-01-18/src/container/layout/entice/Makefile.am.orig 2004-01-21 16:11:20.000000000 +0100 ++++ esmart-2004-01-18/src/container/layout/entice/Makefile.am 2004-01-21 16:11:04.000000000 +0100 +@@ -1,5 +1,5 @@ + plugin_LTLIBRARIES = entice.la +-plugindir = /usr/local/lib/esmart/layout ++plugindir = $(prefix)/lib/esmart/layout + + entice_la_SOURCES = entice.c + entice_la_LDFLAGS = -module -avoid-version