summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schneider2016-07-18 16:37:42 +0000
committerThomas Schneider2016-07-18 16:37:42 +0000
commit5e1667a84bb693476c3b0bbb669f1a0047ca6a1b (patch)
tree226ef830559c2d2dc82091d0753ca8410a589cc1
parentf8fa918aa822d036c91fa5a570674f182c5b5ef9 (diff)
downloadaur-5e1667a84bb693476c3b0bbb669f1a0047ca6a1b.tar.gz
removed unnecessary line that got in by accident
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e32fe028095e..2ac2e05a610c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,6 @@ pkgver() {
build() {
cd "${_gitname}"
- odroid=$(grep -i 'odroid' /proc/cpuinfo)
-
if grep -q odroid /proc/cpuinfo ;then
platform=odroid make WITH_DYNAREC=arm
elif grep -q BCM /proc/cpuinfo ;then