mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-01 10:25:33 +00:00
fix bug 4391 xcat-genesis-scripts create mismatch directory with its arch
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
|
||||
ifneq ($(DEB_BUILD_ARCH),ppc64el)
|
||||
ifneq ($(DEB_HOST_ARCH),ppc64el)
|
||||
export TARGET_ARCH=x86_64
|
||||
else
|
||||
export TARGET_ARCH=ppc64
|
||||
|
Reference in New Issue
Block a user