commit db54e1a6f7c367cf4a5f365285f03cc073488158
parent b3736649cbc3c3484595d4a429f16cddb2115812
Author: aabacchus <ben@bvnf.space>
Date: Thu, 6 May 2021 00:47:00 +0100
neomutt: fix build quoting
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/neomutt/build b/neomutt/build
@@ -19,11 +19,11 @@ make DESTDIR="$1" install
# ./configure without --disable-doc) but this requires an internet
# connection (!?), so I've included them as local sources. The other
# ones are provided in the tarball.
-install -Dm644 -t "$1"/usr/share/man/man1/ \
+install -Dm644 -t "$1/usr/share/man/man1/" \
docs/neomutt.1 \
docs/pgpewrap.1 \
docs/smime_keys.1
-install -Dm644 -t "$1"/usr/share/man/man5/ \
+install -Dm644 -t "$1/usr/share/man/man5/" \
docs/neomuttrc.5 \
docs/mbox.5 \
docs/mmdf.5