summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-04-08 14:10:33 +0800
committerJunfeng Dong <junfeng.dong@intel.com>2013-04-08 14:10:33 +0800
commit337fe948aba5875fad4a7451d74769bf772d3520 (patch)
tree4214f5bf1c9e989f350ed658ee7ec9c9f69866dd /packaging
parent57f322294919197f60ed7895ed585f4957af9ba1 (diff)
downloadlivebox-viewer-337fe948aba5875fad4a7451d74769bf772d3520.tar.gz
livebox-viewer-337fe948aba5875fad4a7451d74769bf772d3520.tar.bz2
livebox-viewer-337fe948aba5875fad4a7451d74769bf772d3520.zip
Fix for 64 bit compatibility.
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: If9164bb728cc88c984683b902383c6eb4a4026d0
Diffstat (limited to 'packaging')
-rw-r--r--packaging/liblivebox-viewer.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec
index e7b3954..075c0b7 100644
--- a/packaging/liblivebox-viewer.spec
+++ b/packaging/liblivebox-viewer.spec
@@ -32,7 +32,7 @@ Livebox viewer development library (dev)
%setup -q
%build
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake .
make %{?jobs:-j%jobs}
%install