debian-installer: filter unsupported mediums for missing ld on arm builds
This commit is contained in:
parent
747d5db6a2
commit
e3d65e6c70
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ index c073a32..cace03d 100644
|
||||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||||
ifdef KERNELVERSION
|
ifdef KERNELVERSION
|
||||||
+ifneq ($(DEB_HOST_ARCH),ppc64el)
|
+ifneq ($(DEB_HOST_ARCH),ppc64el)
|
||||||
+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld-linux*
|
+ find $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ -name "ld-linux*" | xargs -r chmod 755
|
||||||
+endif
|
+endif
|
||||||
+ifeq ($(DEB_HOST_ARCH),ppc64el)
|
+ifeq ($(DEB_HOST_ARCH),ppc64el)
|
||||||
+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld*.so*
|
+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld*.so*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue