2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 09:50:19 +00:00
This commit is contained in:
bybai
2018-02-09 01:03:46 -05:00
parent 094d15e69c
commit 4a66b00c38

View File

@ -14,7 +14,7 @@ if [[ ! -f /etc/lsb-release ]]; then
fi
. /etc/lsb-release
# Check the necessary commands before starting the build
for cmd in dh dpkg-buildpackage
for cmd in dch dpkg-buildpackage
do
if ! type "$cmd" >/dev/null 2>&1
then