tests: small fixes on builders scripts.
This commit is contained in:
parent
4797026e28
commit
d406596124
4 changed files with 21 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
export BUILDDIR=/tmp/build/ PKGDEST=/tmp/pkg
|
||||
export BUILDDIR=/tmp/build/
|
||||
|
||||
# shellcheck source=/dev/null
|
||||
_lsb_release() {
|
||||
|
|
@ -20,6 +20,8 @@ debian | ubuntu | whonix)
|
|||
make dpkg
|
||||
sudo rm -rf debian/.debhelper/
|
||||
;;
|
||||
opensuse*) make rpm ;;
|
||||
opensuse*)
|
||||
make rpm
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue