mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
1.6 KiB

diff -ru esmart-2004-02-02~/configure.in esmart-2004-02-02/configure.in
--- esmart-2004-02-02~/configure.in 2004-01-17 08:16:46.000000000 +0100
+++ esmart-2004-02-02/configure.in 2004-02-08 17:12:24.000000000 +0100
@@ -35,7 +35,7 @@
container_plugin_dir=${libdir}/${PACKAGE}/layout
fi
#FIXME: remove this and get it working correctly
-container_plugin_dir="/usr/local/lib/esmart/layout"
+container_plugin_dir="${libdir}/esmart/layout"
AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin Directory])
AC_SUBST(container_plugin_dir)
diff -ru esmart-2004-02-02~/src/container/layout/default/Makefile.am esmart-2004-02-02/src/container/layout/default/Makefile.am
--- esmart-2004-02-02~/src/container/layout/default/Makefile.am 2004-01-13 20:26:41.000000000 +0100
+++ esmart-2004-02-02/src/container/layout/default/Makefile.am 2004-02-08 17:04:54.000000000 +0100
@@ -1,5 +1,5 @@
plugin_LTLIBRARIES = default.la
-plugindir = /usr/local/lib/esmart/layout
+plugindir = $(libdir)/esmart/layout
default_la_SOURCES = default.c
default_la_LDFLAGS = -module -avoid-version
diff -ru esmart-2004-02-02~/src/container/layout/entice/Makefile.am esmart-2004-02-02/src/container/layout/entice/Makefile.am
--- esmart-2004-02-02~/src/container/layout/entice/Makefile.am 2004-01-13 02:25:09.000000000 +0100
+++ esmart-2004-02-02/src/container/layout/entice/Makefile.am 2004-02-08 17:04:54.000000000 +0100
@@ -1,5 +1,5 @@
plugin_LTLIBRARIES = entice.la
-plugindir = /usr/local/lib/esmart/layout
+plugindir = $(libdir)/esmart/layout
entice_la_SOURCES = entice.c
entice_la_LDFLAGS = -module -avoid-version