mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-24 06:51:24 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
11 lines
249 B
Diff
11 lines
249 B
Diff
--- a/scripts/package/builddeb
|
|
+++ b/scripts/package/builddeb
|
|
@@ -218,7 +218,7 @@
|
|
for script in postinst postrm preinst prerm ; do
|
|
mkdir -p "$tmpdir$debhookdir/$script.d"
|
|
cat <<EOF > "$tmpdir/DEBIAN/$script"
|
|
-#!/bin/sh
|
|
+#!/bin/bash
|
|
|
|
set -e
|
|
|