summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb4271d1abbf..c6f4318cfebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 13:40:46 UTC 2015
+# Fri Dec 25 14:54:35 UTC 2015
pkgbase = cubicsdr-git
pkgdesc = Cross-Platform Software-Defined Radio Application
pkgver = 20151225
diff --git a/PKGBUILD b/PKGBUILD
index f91b2d775736..8711d53ca52c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ build() {
mkdir -p build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release
- cd ..
make -j4
#convert the icon to png
@@ -43,7 +42,7 @@ package() {
#TODO: detect arch to make this work on x86
#for now change this manually on 32 bit systems
- cd "${srcdir}/cubicsdr-git/x64"
+ cd "${srcdir}/cubicsdr-git/build/x64"
install -Dm755 CubicSDR "${pkgdir}/usr/bin/cubicsdr"