device-samsung-golden: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
b951132dbf
commit
8d0e705c2f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-golden
|
||||
pkgdesc="Samsung Galaxy S III mini"
|
||||
pkgver=1
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -38,7 +38,7 @@ kernel_downstream() {
|
|||
|
||||
# USB
|
||||
install -Dm644 "$srcdir"/init-usb-hook.sh \
|
||||
"$subpkgdir"/etc/postmarketos-mkinitfs/hooks/00-init_usb.sh
|
||||
"$subpkgdir"/usr/share/mkinitfs/hooks/00-init_usb.sh
|
||||
|
||||
# WiFi kernel module configuration
|
||||
install -Dm644 "$srcdir"/modules-load-wifi.conf \
|
||||
|
|
Loading…
Reference in a new issue