Skip to content

Commit

Permalink
Update utm.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Sep 17, 2018
1 parent a17600a commit bc068f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ Requires: boost
%build
export XERCES_C_BASE=${XERCES_C_ROOT}
export BOOST_BASE=${BOOST_ROOT}
make %{makeprocesses} -f Makefile.standalone all
make %{makeprocesses} -f Makefile.standalone install
make %{makeprocesses} all

%install
make %{makeprocesses} install
cp -r lib %{i}/lib
cp -r include %{i}/include
cp -r xsd-type %{i}/xsd-type
cp -r menu.xsd %{i}/menu.xsd


0 comments on commit bc068f4

Please sign in to comment.