Skip to content

Commit

Permalink
Merge pull request #824 from vyskocilm/master
Browse files Browse the repository at this point in the history
Problem: underscore is not valid debian package name
  • Loading branch information
c-rack authored Jan 9, 2017
2 parents d5da2e6 + 4933194 commit a64d416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zproject_travis.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ addons:
. echo "WARNING: debian_name=='' for $(use.project) - not added to .travis.yml"
. endif
. elsif defined (use.libname)
- $(use.libname)-dev
- $(string.replace (use.libname, "_|-"):lower)-dev
. else
- $(use.project)-dev
- $(string.replace (use.project, "_|-"))-dev
. endif
. endfor

Expand Down

0 comments on commit a64d416

Please sign in to comment.