mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/initscripts: armv6h bits
This commit is contained in:
parent
9108c5d19e
commit
a3a1088de1
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ package() {
|
|||
patch -p1 -i "${srcdir}/alarm.patch"
|
||||
cp "${srcdir}/rc.conf" .
|
||||
[ "${CARCH}" == "arm" ] && sed -i 's/@TTY@/ttyS0/' inittab
|
||||
[ "${CARCH}" == "armv6h" ] && sed -i 's/@TTY@/ttyS0/' inittab
|
||||
[ "${CARCH}" == "armv7h" ] && sed -i 's/@TTY@/ttyO2/' inittab
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
|
Loading…
Reference in a new issue