Browse Source

fixed esmart to install all files into $prefix/...

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

+ 18
- 0
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

|||||||
100:0
Loading…
Cancel
Save