From c461b31d2eb23268baacec03bd3734b74b411b28 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 22:25:21 +0100 Subject: Makefile: fix macOS builds I don't know why, but `source` on macOS wants to source /usr/bin/pkgbuild??? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3d2e1d..458acbf 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ package: .PHONY: commit commit: git add .SRCINFO - source PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel" + source ./PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel" .PHONY: push push: -- cgit v1.2.3