Skip to content

Commit 3439def

Browse files
authored
Merge pull request #2060 from edoardopirovano/preserve-env
Preserve environment variables when building
2 parents 5e01b42 + bbfafcf commit 3439def

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)