Skip to content
Snippets Groups Projects
Unverified Commit 6873b638 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

device-nokia-n9: support new mkintifs paths (MR 3895)

parent 49b553b1
No related branches found
No related tags found
No related merge requests found
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-nokia-n9
pkgver=1
pkgrel=14
pkgrel=15
pkgdesc="Nokia N9"
url="https://postmarketos.org"
arch="armhf"
......@@ -38,6 +38,6 @@ nonfree_firmware() {
sha512sums="
f1a940b092e38d241a81828bbf3116ec07684e89519ed16cb9b1c271685979f0bce070d615f21af833d765a28cc92d8438e0306be7c34cb184c9b7d949a55649 deviceinfo
61d9e6bf94f3b9cab0ccb2e18c18e5886a08aae5e70fe5e7b7d7cc2a8d655dc11cdec603731c4328dd288f13ba3aa9328f2fc46e7a473be3da31767786978b05 initfs-hook.sh
194b135573da8c894b079bc00cf560e318a62d71ed3dd63f219f0f80d0f882b7d41e988c9c0945319a665e0f217c8eb5ff5353acafe25fa755a84e9e8de3df4b initfs-hook.sh
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini
"
......@@ -6,7 +6,7 @@ watchdog_kick() {
[ -c $wd ] && echo X > $wd
done
# /etc/postmarketos-mkinitfs/hooks/00-device-nokia-rm696.sh: line 12: sleep: not found
# /usr/share/mkinitfs/hooks/00-device-nokia-rm696.sh: line 12: sleep: not found
if [ -f /bin/sleep ]; then
/bin/sleep 2s
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment