summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvalvetime2015-12-25 16:55:05 +0200
committervalvetime2015-12-25 16:55:05 +0200
commit08328bec2c1b328dbc9b55191fba52c9e25fbf33 (patch)
tree081095bc36a132612be09f623d27eef879d29e72
parent163a6ec2db9134f2731f9a4fb1e8d94da7ab9071 (diff)
downloadaur-08328bec2c1b328dbc9b55191fba52c9e25fbf33.tar.gz
fixed building
-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"