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

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