mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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() {
|
build() {
|
||||||
mv "$_srcfolder" "$pkgname-$pkgver"
|
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"
|
cd "$pkgname-$pkgver"
|
||||||
patch -p1 -i "${srcdir}/${source[1]}"
|
patch -p1 -i "${srcdir}/${source[1]}"
|
||||||
|
|
Loading…
Reference in a new issue