mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Update core/linux-am33x/PKGBUILD
Move misplaced modules
This commit is contained in:
parent
c1887cd285
commit
6d36381d18
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ pkgname=('linux-am33x' 'linux-headers-am33x')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.2
|
||||
pkgver=${_basekernel}.32
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -130,7 +130,7 @@ package_linux-am33x() {
|
|||
depmod -b "$pkgdir" -F System.map "$_kernver"
|
||||
|
||||
# move module tree /lib -> /usr/lib
|
||||
mv "$pkgdir/lib" "$pkgdir/usr"
|
||||
mv "$pkgdir/lib" "$pkgdir/usr/"
|
||||
}
|
||||
|
||||
package_linux-headers-am33x() {
|
||||
|
|
Loading…
Reference in a new issue