Skip to content

Fixes for mac installation

Thomas Bernard requested to merge ville-k:master into master

Created by: ville-k

I'm attempting to make miniupnp installable from source using homebrew package manager on the mac. There were some issues with the make install targets that are fixed on my branch:

  • miniupnpd: manpage wasn't getting installed on the mac, launchd config files had hardcoded paths and uuid in the config file wasn't getting generated
  • minissdpd: manpage wasn't getting installed
  • miniupnpc: manpage wasn't getting installed

Merge request reports