aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 21:12:24 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 21:12:27 +0100
commit2400153fa487978be5622979dcce018b84050f04 (patch)
tree2486b8b171dd4821dcf5403dd7fed3ff5bcb9ccd /Makefile
parentREADME: update (diff)
downloadconfig-links-2400153fa487978be5622979dcce018b84050f04.tar.gz
config-links-2400153fa487978be5622979dcce018b84050f04.zip
Makefile: fix macOS builds
I don't know why, but `source` on macOS want's to source /usr/bin/pkgbuild???
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: