mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs
This commit is contained in:
commit
32b983c88e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ options=(!libtool)
|
|||
build() {
|
||||
mv "$_srcfolder" "$pkgname-$pkgver"
|
||||
|
||||
_kernel_release="$(pacman -Q linux-headers-cubox | grep -Eo "[^\ ]+$")-ARCH"
|
||||
_kernel_release="$(pacman -Q linux-headers-cubox | grep -Eo "[^\ ]+$")-ARCH+"
|
||||
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -p1 -i "${srcdir}/${source[1]}"
|
||||
|
|
Loading…
Reference in a new issue