fix bug 4391 xcat-genesis-scripts create mismatch directory with its arch
This commit is contained in:
parent
6f38163688
commit
e40229e41d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user