OBS User unknown
2007-01-10 16:32:50 +00:00
committed by Git OBS Bridge
commit d93ae16c9b
9 changed files with 678 additions and 0 deletions

18
configure.patch Normal file
View File

@@ -0,0 +1,18 @@
--- configure.in 2004/02/19 00:20:53 1.1
+++ configure.in 2004/02/19 00:21:29
@@ -470,13 +470,13 @@
dnl Set PACKAGE DATA & DOC DIR
packagedatadir=share/${PACKAGE}
packagedocdir=share/doc/${PACKAGE}
-packageplugindir=lib/${PACKAGE}/plugins/${VERSION}
+packageplugindir=lib64/${PACKAGE}/plugins/${VERSION}
dnl Set PACKAGE DIRs in config.h.
packagepixmapsdir=share/pixmaps/${PACKAGE}
packagehelpdir=share/gnome/help/${PACKAGE}
packagemenudir=share/gnome/apps
-packageplugindir=lib/${PACKAGE}
+packageplugindir=lib64/${PACKAGE}
dnl Subst PACKAGE_DATA_DIR.
NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}"