summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-06 19:40:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-06 19:40:17 -0400
commitc5e12600b919a9bebfb14c12421b4ab6d742a785 (patch)
treef987bed116a865eb95b1451b270d2345fccf31e6 /Makefile
parent3e6278e1292c659a1d8d28a860d806dd89fdd1bb (diff)
fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f316f51..68db4ff 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ install:
for shared in share/*; do \
cp -f $$shared $(DESTDIR)$(PREFIX)/share/mutt-wizard; \
done
- if [[ "$(OS)" == "Darwin" ]]; then \
+ if [ "$(OS)" = "Darwin" ]; then \
sed -iba 's/\/usr\//\/usr\/local\//' $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrc; \
rm $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrcba; \
fi