Add code to remove executable bits from dtbs to buildnewlinuxpackage-stage3 stretch-staging archive/raspbian/4.9.80-2+rpi1 raspbian/4.9.80-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 15 Feb 2018 19:11:56 +0000 (19:11 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 15 Feb 2018 19:11:56 +0000 (19:11 +0000)
debian/buildnewlinuxpackage/buildnewlinuxpackage-stage3

index 7fe2114eb3a55bac3acc90d8a5984be9cbc21c54..aca11e56f59d2dd08fe7491ab12c5c16ce4a28a1 100755 (executable)
@@ -57,4 +57,10 @@ if ! git diff --quiet; then
        git commit -a -m 'apply manual raspbian patches'
 fi
 
+chmod 644 arch/arm/boot/dts/overlays/*
+if ! git diff --quiet; then
+       git commit -a -m 'Remove executable bits from device tree overlays'
+fi
+
+
 dgit --quilt=auto quilt-fixup