Control: tag -1 + patch

Hi Jorge and Hector,

Jorge Moraleda wrote:
> mssh incorrectly installs local files to /usr/@DATADIRNAME@/locale

Jorge: Thanks for spotting and reporting this issue!

Hector: Attached a patch to fix this.

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
Description: Reimplement no more supported @DATADIRNAME@ substitution
 Based on Andriy Grytsenko's fix for the same issue in gnome-system-tools.
Author: Axel Beckert <a...@debian.org>
Bug-Debian: https://bugs.debian.org/858567

--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,9 @@
   AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
 fi
 
+test -n "$DATADIRNAME" || DATADIRNAME=share
+AC_SUBST(DATADIRNAME)
+
 AM_GCONF_SOURCE_2
 
 AC_OUTPUT( po/Makefile.in

Attachment: signature.asc
Description: Digital signature

Reply via email to