From f53acf40a08d9abc1b52c46b58397f3e3c61c387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= Date: Fri, 12 May 2017 13:38:43 -0700 Subject: [PATCH] build: pass PATH to debuild this fixes build on Debian --- release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release b/release index dc6e63278eb..11153458ce7 100755 --- a/release +++ b/release @@ -63,4 +63,4 @@ echo -e "\nCurrent revision is $REVISION" gen_changelog "$REVISION" "$CHDATE" "$AUTHOR" "$CHLOG" # Build (only binary packages). -debuild -e SSH_AUTH_SOCK -e DEB_BUILD_OPTIONS=parallel=$THREAD_COUNT -e DEB_CC -e DEB_CXX -e CMAKE_FLAGS_ADD="$CMAKE_FLAGS_ADD" -b ${DEBUILD_NOSIGN_OPTIONS} ${DEBUILD_NODEPS_OPTIONS} +debuild -e PATH -e SSH_AUTH_SOCK -e DEB_BUILD_OPTIONS=parallel=$THREAD_COUNT -e DEB_CC -e DEB_CXX -e CMAKE_FLAGS_ADD="$CMAKE_FLAGS_ADD" -b ${DEBUILD_NOSIGN_OPTIONS} ${DEBUILD_NODEPS_OPTIONS}