Skip to content

Commit

Permalink
rpm typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 2, 2020
1 parent 08f30a8 commit 9863630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mv -f rapache.spec ~/rpmbuild/SPECS/
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec

# Get opencpu sources
wget https://github.com/opencpu/opencpu-server/archive/v2.2.tar.gz -O opencpu-server-2.0.tar.gz
wget https://github.com/opencpu/opencpu-server/archive/v2.2.tar.gz -O opencpu-server-2.2.tar.gz
tar xzvf opencpu-server-2.2.tar.gz opencpu-server-2.2/rpm/opencpu.spec --strip-components 2
mv -f opencpu-server-2.2.tar.gz ~/rpmbuild/SOURCES/
mv -f opencpu.spec ~/rpmbuild/SPECS/
Expand Down
2 changes: 1 addition & 1 deletion rpm/opencpu.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github ref, default to 2.2 branch
%{!?branch: %define BRANCH 2.2}
%{!?branch: %define branch 2.2}

Name: opencpu
Version: 2.2.0
Expand Down

0 comments on commit 9863630

Please sign in to comment.