Do not run install commands from makefiles directly
[oweals/gnunet.git] / src / exit / install-exit-helper.sh
1 #!/bin/bash\r
2 # $1 - sudo binary
3 # $2 - bindir
4 $1 chown root:root $2/gnunet-helper-exit || true
5 $1 chmod u+s $2/gnunet-helper-exit || true