Fix tailscale build / install issue.

This commit is contained in:
fewtarius 2023-11-20 02:28:45 +00:00
parent cf6b377759
commit f711a3f400
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -29,7 +29,7 @@ esac
pre_unpack() {
mkdir -p ${PKG_BUILD}
tar --strip-components=1 -xf $SOURCES/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tgz -C ${PKG_BUILD} tailscale_${PKG_VERSION}_${TS_ARCH}
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tgz -C ${PKG_BUILD}
}
makeinstall_target() {