From 2400153fa487978be5622979dcce018b84050f04 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 21:12:24 +0100 Subject: Makefile: fix macOS builds I don't know why, but `source` on macOS want's to source /usr/bin/pkgbuild??? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f01402..fa6d7ef 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ build: .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