mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Now run-tests.sh captures PROGRAM_SUFFIX from config.h, in order to use the correct .lyx folder name.
This commit is contained in:
parent
777156e0ff
commit
a2291edac6
@ -21,16 +21,20 @@ if [ "$(which wmctrl)" == "" ]; then
|
||||
exit -1;
|
||||
fi
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
if [ "$(which pcregrep)" == "" ]; then
|
||||
echo "You need to install pcregrep first, try:"
|
||||
echo " sudo apt-get install pcregrep"
|
||||
exit -1;
|
||||
fi
|
||||
=======
|
||||
PROGRAM_SUFFIX=$(grep -e '#define PACKAGE ' ../../config.h | sed -e 's/#define PACKAGE "lyx\(.*\)"/\1/')
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
export XVKBD_EXE=../$XVKBD_EXE
|
||||
export KEYTEST=../keytest.py
|
||||
LYX_HOME=out-home
|
||||
export LYX_USERDIR=$(pwd)/$LYX_HOME/.lyx
|
||||
export LYX_USERDIR=$(pwd)/$LYX_HOME/.lyx$PROGRAM_SUFFIX
|
||||
# Create locale links
|
||||
export LOCALE_DIR=../locale
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user