gonzalo / gphoto2-updater

Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
http://github.com/gonzalo/gphoto2-updater
292 stars 71 forks source link

fix for -j option #39

Closed MaximilianBrunner closed 8 years ago

MaximilianBrunner commented 8 years ago

changed cores = $(nproc) to cores=$(nproc)

MaximilianBrunner commented 8 years ago

It seems like you have to use cores=$(nproc) instead of cores = $(nproc) on the Raspberry Pi. I submitted an other pull request. Sorry for the inconvenience.