Browse Source

a updated esmart fix - this one might get into CVS ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2268 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3688458078
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/rene/esmart/usr-local.patch

+ 2
- 2
package/rene/esmart/usr-local.patch

@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
plugin_LTLIBRARIES = default.la plugin_LTLIBRARIES = default.la
-plugindir = /usr/local/lib/esmart/layout -plugindir = /usr/local/lib/esmart/layout
+plugindir = $(prefix)/lib/esmart/layout
+plugindir = $(libdir)/esmart/layout
default_la_SOURCES = default.c default_la_SOURCES = default.c
default_la_LDFLAGS = -module -avoid-version default_la_LDFLAGS = -module -avoid-version
@ -12,7 +12,7 @@
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
plugin_LTLIBRARIES = entice.la plugin_LTLIBRARIES = entice.la
-plugindir = /usr/local/lib/esmart/layout -plugindir = /usr/local/lib/esmart/layout
+plugindir = $(prefix)/lib/esmart/layout
+plugindir = $(libdir)/esmart/layout
entice_la_SOURCES = entice.c entice_la_SOURCES = entice.c
entice_la_LDFLAGS = -module -avoid-version entice_la_LDFLAGS = -module -avoid-version

Loading…
Cancel
Save