summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraptor81342021-03-22 21:54:54 -0700
committerraptor81342021-03-22 21:54:54 -0700
commit5b9681168d5e98f6522f7389fd14f778347a2619 (patch)
tree3f173b2de75b39245eb259cc0a90f8200d2f5a77
parentc47c410a5332a7f1cbc10fd98d2453a2f6041477 (diff)
downloadaur-5b9681168d5e98f6522f7389fd14f778347a2619.tar.gz
Updated pkgbuild
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936e6fa11d96..2475a3da02db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ source=("git+https://github.com/raptor8134/xbacklight-auto.git")
md5sums=('SKIP')
build() {
- cd $pkgbase
+ cd ${srcdir}/${pkgbase}
make
}
package() {
- cd $pkgbase
- make DESTDIR="$pkgdir/" install
+ cd ${srcdir}/${pkgbase}
+ make DESTDIR="${pkgdir}/" install
}