Wireguard tools should be executable.

This commit is contained in:
fewtarius 2023-11-30 00:50:15 +00:00
parent c83f3a2296
commit 06258275a6
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -27,4 +27,5 @@ makeinstall_target() {
cp ${PKG_DIR}/scripts/wg-genconfig ${INSTALL}/usr/bin
cp ${PKG_BUILD}/src/wg ${INSTALL}/usr/bin
cp ${PKG_BUILD}/src/wg-quick/linux.bash ${INSTALL}/usr/bin/wg-quick
chmod -755 ${INSTALL}/usr/bin/*
}