make postinstall didn´t work on latest master branch

Issue #109 resolved
Former user created an issue

Hello everyone

everytime I want to do the make postinstall task of the latest master branch I got an error:

usage: util/postinstall.sh <username> <group> <sysconfdir> <localstatedir> make: *** [postinstall] error 1

How can I solve this Issue?

Thank you very much for your help.

Comments (2)

  1. Janos SUTO repo owner

    Edit util/postinstall.sh and replace line 254 with this:

    if [ $# -ne 5 ]; then usage; fi

    So basically it should check for 5 variables and not only 4.

  2. Log in to comment