debian-installer: initial updated package for ecne
This commit is contained in:
parent
4f380a8a26
commit
0c8c973c73
14 changed files with 272 additions and 181 deletions
18
helpers/DATA/debian-installer/002_chmod_755_ld-linux2.patch
Normal file
18
helpers/DATA/debian-installer/002_chmod_755_ld-linux2.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
diff --git a/build/Makefile b/build/Makefile
|
||||
index d45f982c..353e516e 100644
|
||||
--- a/build/Makefile
|
||||
+++ b/build/Makefile
|
||||
@@ -458,6 +458,13 @@ ifneq (,$(filter $(ARCH),amd64 arm64 i386))
|
||||
fi
|
||||
endif
|
||||
|
||||
+ifneq ($(DEB_HOST_ARCH),ppc64el)
|
||||
+ find $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ -name "ld-linux*" | xargs -r chmod 755
|
||||
+endif
|
||||
+ifeq ($(DEB_HOST_ARCH),ppc64el)
|
||||
+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld*.so*
|
||||
+endif
|
||||
+
|
||||
# Set up modules.dep, ensure there is at least one standard dir (kernel
|
||||
# in this case), so depmod will use its prune list for archs with no
|
||||
# modules.
|
||||
Loading…
Add table
Add a link
Reference in a new issue