Skip to content
Snippets Groups Projects
Commit c58de3b8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation on ubuntu

parent 25dfd226
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ if [ x"$platform" = x"osx" -a x"$pcman" = x"" ]; then
fi
### Additional package required for apt-get based distros
if [ x"$platform" = x"linux" -a x"$pcman" = x"sudo apt-get" ]; then
if [ x"$platform" = x"linux" -a x"$pcman" = x"apt-get" ]; then
dpkg-query -l libbz2-dev
ret1=$?
dpkg-query -l python-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment