diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-05-13 01:00:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:50 +0200 |
commit | 9de55a8d377188eb3c2d5644f84cbc0177c66a63 (patch) | |
tree | 09b1831227a845e5e3aab34e15e610a9ec22367e /system/hercules/moddir.patch | |
parent | 8e11779e5235ee6f96600dc90b701e876c7efd12 (diff) |
system/hercules: Added to 13.0 repository
Diffstat (limited to 'system/hercules/moddir.patch')
-rw-r--r-- | system/hercules/moddir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/hercules/moddir.patch b/system/hercules/moddir.patch new file mode 100644 index 0000000000000..ade0662da495a --- /dev/null +++ b/system/hercules/moddir.patch @@ -0,0 +1,11 @@ +--- hercules-svn_20091219.orig/configure.ac 2009-12-19 09:41:19.000000000 -0200 ++++ hercules-svn_20091219/configure.ac 2009-12-19 13:35:17.000000000 -0200 +@@ -1809,7 +1809,7 @@ + fi + fi + +-MODULESDIR="${DESTPREFIX}/lib/${PACKAGE}" ++MODULESDIR="${libdir}/${PACKAGE}" + PKGDATADIR="${DESTPREFIX}/share/${PACKAGE}" + HERC_LOCALEDIR="${DESTPREFIX}/share/locale" + |