Skip to content

Commit

Permalink
BLD: make debs dir
Browse files Browse the repository at this point in the history
otherwise fpm makes a deb called debs ...
  • Loading branch information
KurtJacobson committed Jan 8, 2019
1 parent 50390ce commit 264460a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build_deb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
echo 'Installing fpm gem...'
gem install fpm

echo 'Building debian package...'
echo 'Creating debs dir'
mkdir debs

echo 'Building debian package in debs/...'
fpm -s python \
-p debs/ \
-d python-pyqt5 \
Expand Down

0 comments on commit 264460a

Please sign in to comment.