summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62d9d57f74a..0c38173198c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ prepare() {
go get -v github.com/godbus/dbus/introspect
go get -v github.com/godbus/dbus/prop
go get -v gopkg.in/yaml.v3
- sed -i 's/sbin/bin/' $pkgname/Makefile
+ sed -i 's/sbin/bin/' Makefile
}
build() {