summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-01 21:24:41 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-01 21:24:41 -0400
commitde30654ac0ce3f156600835282122d38db9ad197 (patch)
tree52fb972b30e5272335898fb303a7fc1d3527803d /Makefile
parent8d38c10a206ac49686e654b2c98772e717c7a3d5 (diff)
share files moved and looped
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7595861..e4a1440 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,9 @@ install:
chmod 755 $(DESTDIR)$(PREFIX)/$$script; \
done
mkdir -p $(DESTDIR)$(PREFIX)/share/mutt-wizard
- cp -f mailcap $(DESTDIR)$(PREFIX)/share/mutt-wizard
- cp -f mutt-wizard.muttrc $(DESTDIR)$(PREFIX)/share/mutt-wizard
- cp -f domains.csv $(DESTDIR)$(PREFIX)/share/mutt-wizard
+ for shared in share/*; do \
+ cp -f $$shared $(DESTDIR)$(PREFIX)/share/mutt-wizard; \
+ done
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f mw.1 $(DESTDIR)$(MANPREFIX)/man1/mw.1