Skip to content

Commit

Permalink
v9.8
Browse files Browse the repository at this point in the history
- CI | sprd-bluetooth: Fix maintainer script permissions
  • Loading branch information
MichaIng committed Oct 10, 2024
1 parent 5c4f265 commit 93e5944
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .build/software/sprd-bluetooth/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ then
fi
_EOF_

G_EXEC chmod +x sprd-bluetooth/DEBIAN/{postinst,prerm,postrm}

# - md5sums
find sprd-bluetooth ! \( -path sprd-bluetooth/DEBIAN -prune \) -type f -exec md5sum {} + | sed 's|sprd-bluetooth/||' > sprd-bluetooth/DEBIAN/md5sums

Expand All @@ -79,8 +81,8 @@ Date: $(date -uR)
Installed-Size: $(du -sk sprd-bluetooth | mawk '{print $1}')
Section: admin
Priority: optional
Homepage: https://github.com/RPi-Distro/sprd-bluetooth
Description: System tweaks for the Raspberry Pi, DietPi edition
Homepage: https://github.com/orangepi-xunlong/orangepi-build/tree/next/external/packages/blobs/bt/hciattach
Description: Spreadtrum (sprd) Bluetooth support
_EOF_
G_CONFIG_INJECT 'Installed-Size: ' "Installed-Size: $(du -sk sprd-bluetooth | mawk '{print $1}')" sprd-bluetooth/DEBIAN/control

Expand Down

0 comments on commit 93e5944

Please sign in to comment.