From: Krzysztof Opasiak Date: Wed, 23 Dec 2015 00:50:39 +0000 (+0100) Subject: packaging: Change instalation prefix to /usr/ X-Git-Tag: accepted/tizen/3.0/common/20161114.110810^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Fgt.git packaging: Change instalation prefix to /usr/ Change-Id: Id624115df69a644cbccccc4fb94ffb568ccaa7c6 Signed-off-by: Krzysztof Opasiak --- diff --git a/packaging/gt.spec b/packaging/gt.spec index 3ada901..0f36e6c 100644 --- a/packaging/gt.spec +++ b/packaging/gt.spec @@ -22,10 +22,10 @@ gadget and also load or save gadet from/to file. %prep %setup -q cp %{SOURCE1001} . -cmake ./source/ +cmake -DCMAKE_INSTALL_PREFIX=/usr/ ./source/ %build -make +make %install %make_install @@ -36,7 +36,7 @@ make %manifest %{name}.manifest %license LICENSE %defattr(-,root,root) -/usr/local/bin/gt +/usr/bin/gt /etc/gt/gt.conf /etc/bash_completion.d/gt