mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
polished
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user