Skip to content

Commit

Permalink
Merge pull request #39 from souravsingh/add-rpm
Browse files Browse the repository at this point in the history
Add RPM builds in Install script
  • Loading branch information
niccokunzmann committed Oct 7, 2016
2 parents b97c1fe + 4973ae9 commit 81d06c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ echo "# build the distribution"
python3 -m pip install $USER wheel
python3 setup.py sdist --formats=zip
python3 setup.py bdist_wheel
python3 -m setup.py bdist_rpm
python3 -m pip uninstall -y wheel


echo "# install from the zip file to see if files were forgotten"
python3 -m pip install $USER --upgrade dist/kniteditor-${PACKAGE_VERSION}.zip

Expand Down

0 comments on commit 81d06c6

Please sign in to comment.