Skip to content

Commit

Permalink
[sensorfw] spectacle keeps removing export, so put where it will ignore
Browse files Browse the repository at this point in the history
it
  • Loading branch information
Lorn Potter committed May 15, 2013
1 parent f73b96c commit 146ae12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpm/sensorfw-qt5.spec
Expand Up @@ -93,9 +93,9 @@ Sensorfw configuration files.
unset LD_AS_NEEDED
# >> build pre
export LD_RUN_PATH=/usr/lib/sensord/
export QT_SELECT=5
# << build pre

%qmake5
%qmake5

make %{?jobs:-j%jobs}

Expand All @@ -105,6 +105,7 @@ make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
# >> install pre
export QT_SELECT=5
# << install pre
%qmake_install

Expand Down

0 comments on commit 146ae12

Please sign in to comment.