summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22ebab600e6b..98f31f316611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,9 +28,8 @@ prepare(){
bsdtar -O -xf ${_basepkgname}_v${pkgver}_${_baseos}.deb data.tar.xz | bsdtar -C debsource -xJf -
}
package() {
- #cd ${_basepkgname}
- #cd ${_basepkgname}_v${pkgver}_${_baseos} # use when TP Link provides a .tar.gz package
- cd opt/tplink/EAPController #use when TP Link only provides a .deb package
+ #cd ${_basepkgname}_v${pkgver}_${_baseos}
+ cd debsource/opt/tplink/EAPController
# Install required source files.
local BASEDIR="${pkgdir}/opt/omada-controller"