summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurtuza Akhtari2023-10-04 19:10:59 +0000
committerMurtuza Akhtari2023-10-04 19:10:59 +0000
commit656470fac6aa5e09610bb9719d23b756dcbbffe2 (patch)
treecbeff3adc2d1e1b71e5f126971e31da229066778
parent862c1b4c8f4f980eb36ce4009761461c8e025279 (diff)
downloadaur-656470fac6aa5e09610bb9719d23b756dcbbffe2.tar.gz
Update to 5.12.7 using .deb source file
-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"