summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-04-08 16:01:11 +0800
committerJunfeng Dong <junfeng.dong@intel.com>2013-04-08 16:01:33 +0800
commitd8cf8f99825094a0eadec1befc4eda91d68dd4d0 (patch)
treec354236389b937aa503776f4cb25d1831ab5106e /packaging
parentca822b5283bf7a1ef36c042f6b5576b674e36126 (diff)
downloadlivebox-cpp-d8cf8f99825094a0eadec1befc4eda91d68dd4d0.tar.gz
livebox-cpp-d8cf8f99825094a0eadec1befc4eda91d68dd4d0.tar.bz2
livebox-cpp-d8cf8f99825094a0eadec1befc4eda91d68dd4d0.zip
Fix for 64 bit compatibility.
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: Ieb14447026dcdaca4947f7ab5011e63574d09889
Diffstat (limited to 'packaging')
-rw-r--r--packaging/liblivebox-cpp.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/liblivebox-cpp.spec b/packaging/liblivebox-cpp.spec
index 4087701..0798ef7 100644
--- a/packaging/liblivebox-cpp.spec
+++ b/packaging/liblivebox-cpp.spec
@@ -25,7 +25,7 @@ Livebox development library (C++) (dev)
%setup -q
%build
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake .
make %{?jobs:-j%jobs}
%install