summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-03-28 18:20:37 +0800
committerlifang <fangx.li@intel.com>2013-04-02 17:40:29 +0800
commit231c143ff59f6785db0f972f6f9e29512514b435 (patch)
tree8b4d7b816f7c57947dd83730c5bcc9f798620fb6 /packaging
parentb6745a02625debab127ab90b9e3cf55f157cb8c0 (diff)
downloadui-gadget-1-231c143ff59f6785db0f972f6f9e29512514b435.tar.gz
ui-gadget-1-231c143ff59f6785db0f972f6f9e29512514b435.tar.bz2
ui-gadget-1-231c143ff59f6785db0f972f6f9e29512514b435.zip
Fix for 64 bit compatibility.
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: I84ab00b8e4e789b0abd80b897c9fbc6d5fdd2a04
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/ui-gadget-1.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ui-gadget-1.spec b/packaging/ui-gadget-1.spec
index 9e96c3b..23bac8c 100755
--- a/packaging/ui-gadget-1.spec
+++ b/packaging/ui-gadget-1.spec
@@ -35,7 +35,7 @@ Development files for %{name}
%setup -q
%build
-cmake . -DCMAKE_INSTALL_PREFIX=/usr
+%cmake .
make %{?jobs:-j%jobs}