Skip to content

Commit bbfafcf

Browse files
Preserve environment variables when building
1 parent 75a0a8c commit bbfafcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distributions/build-debian-package-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ echo "${VERSION} building..."
3131

3232
sed -i "s/é&%JAMVERSION%&è/${VERSION}/g" debian/control
3333

34-
debuild -b -us -uc
34+
debuild --preserve-env -b -us -uc

0 commit comments

Comments
 (0)