mod-audio / mod-sdk

SDK to implement the MOD gui interface
GNU General Public License v3.0
34 stars 16 forks source link

Install plugin through mod-sdk fails on macOS #7

Open lazzarello opened 6 years ago

lazzarello commented 6 years ago

https://github.com/moddevices/mod-sdk/blob/master/modsdk/webserver.py#L608

Assumes the GNU version of tar is present. The default on macOS is BSD tar and produces the following error.

tar: Option --hard-dereference is not supported
Usage:
  List:    tar -tf <archive-filename>
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help

Installing gnu-tar via Homebrew removes this error.