mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-odroid-c1 fix
This commit is contained in:
parent
d8ae811fa6
commit
bbf6ec9b59
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ _package() {
|
|||
|
||||
# install amlogic hdmi init script/service
|
||||
install -Dm644 "${srcdir}/amlogic.service" "${pkgdir}/usr/lib/systemd/system/amlogic.service"
|
||||
install -Dm755 "${srcdir}/c1_bootini/display.sh" "${pkgdir}/usr/bin/amlogic.sh"
|
||||
install -Dm755 "${srcdir}/c1_bootini/c1_init.sh" "${pkgdir}/usr/bin/amlogic.sh"
|
||||
}
|
||||
|
||||
_package-headers() {
|
||||
|
|
Loading…
Reference in a new issue