[beast: 11/41] BUILD: move binaries and locale files into Beast <package> dir



commit 34ddb734e7f4b206e67db347a72b78f50dced912
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 11 20:30:38 2017 +0200

    BUILD: move binaries and locale files into Beast <package> dir
    
    Signed-off-by: Tim Janik <timj gnu org>

 configure.ac   |    2 ++
 po/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb51b05..5a6e6e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,6 +80,8 @@ test "$TEST_SRCDIR" == "$TEST_BUILDDIR" || {
 }
 
 # Define package directories per major/minor version
+localedir="\${beastdir}/locale"
+bindir="\${beastdir}/bin"
 bseincludedir="\${beastdir}/include"
 bselibdir="\${beastdir}/lib"
 datadir="\${beastdir}"
diff --git a/po/Makefile.am b/po/Makefile.am
index 6fcf156..3d4243d 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -64,7 +64,7 @@ TMPLIST      = $(abs_builddir)/POTLIST.tmp
 TMPDIR       = tmp-cpots
 I18NPATTERN  = '\b[NUQ]\?_[[:space:]]*([[:space:]]*"'
 INLTFIXPATTERN = '\b__INTLFIX__\b.*'$(I18NPATTERN)
-LOCALEDIR    = $(prefix)/$(DATADIRNAME)/locale
+LOCALEDIR    = $(localedir)
 NEWLINE            := $(shell echo)
 
 all: $(GMOFILES)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]