mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-sun4i : tweak typo
This commit is contained in:
parent
57206067c6
commit
f4c56ae54a
1 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@ md5sums=('38bc0357948d6e060e48723d5b484af7'
|
|||
|
||||
build() {
|
||||
# wget -o ${srcdir}/linux.tgz --no-check-certificate https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}
|
||||
cd {$srcdir}
|
||||
tar xzf linux.tar.gz
|
||||
cd ${srcdir}
|
||||
# tar xzf linux.tar.gz
|
||||
# the github-commit-tarball issue results in this, rename it sanely
|
||||
mv "${_github_user}-${_github_repo}-${_github_commitID:0:7}" linux
|
||||
|
||||
cd linux
|
||||
# add upstream patch
|
||||
#patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue