1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[release-build] Fix the linux vagrant builds.

This commit is contained in:
Suresh Sundriyal 2015-04-05 15:44:51 -07:00
parent 24ce092873
commit b954836cf0

View File

@ -11,6 +11,13 @@ fi
cd ~/github/lnav
git pull
saved_PATH=${PATH}
saved_LD_LIBRARAY_PATH=${LD_LIBRARY_PATH}
export PATH=${PATH}:${FAKE_ROOT}/bin
export LD_LIBRARAY_PATH=${LD_LIBRARAY_PATH}:${FAKE_ROOT}/lib
./autogen.sh
export PATH=${saved_PATH}
export LD_LIBRARAY_PATH=${saved_LD_LIBRARY_PATH}
rm -rf ~/github/lbuild
mkdir -p ~/github/lbuild