summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoradmin <admin@admins-iMac-Pro.local>2021-03-27 22:10:53 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-03-27 22:15:50 +0100
commit1c48e1628c0d148e5afaa1f69f2f961b6d7cc2b0 (patch)
treeb2a5084ef9bcd1de46159fdb6aaafd47e72b0395 /Makefile
parent4d3550ea36e49f13b485eb549ea216a478822751 (diff)
[pkg] fix post-install path in osx
there was a mismatch after latest changes to the plist template location. also revert latest osx depends, since some are not installable via homebrew in osx.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 904948c..fcce3d6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,8 +78,8 @@ dependsLinux:
@# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic
dependsDarwin:
- @brew install git gpg golang make pkg-config curl qt5
- @brew install --default-names gnu-sed
+ @brew install git golang make qt5
+ #@brew install --default-names gnu-sed
@brew link qt5
dependsCYGWIN_NT-10.0: