fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir...
[oweals/gnunet.git] / src / vpn / install-vpn-helper.sh
1 #!/bin/bash
2 # $1 - bindir
3 # $2 - sudo binary (optional)
4 $2 chown root:root $1/gnunet-helper-vpn || true
5 $2 chmod u+s $1/gnunet-helper-vpn || true