copy binaries in case build fails

Wed, 15 Aug 2018 13:26:46 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 15 Aug 2018 13:26:46 -0400
changeset 713
650ca91e3197
parent 712
1fa3948ce85e
child 714
ec87c6a8bac5

copy binaries in case build fails

bin/setup-neomutt file | annotate | diff | comparison | revisions
--- a/bin/setup-neomutt
+++ b/bin/setup-neomutt
@@ -40,10 +40,10 @@ autoreconf -i --force || true
 make -s -j3
 
 cd ~/bin
-for BIN in neomutt mutt_dotlock pgpewrap; do
-  ln -sf ../sandbox/neomutt/$BIN
+for BIN in neomutt pgpewrap; do
+  cp ../sandbox/neomutt/$BIN .
 done
-ln -sf ../sandbox/neomutt/neomutt mutt
+ln -sf neomutt mutt
 
 :<<=cut
 =head1 NAME
@@ -52,8 +52,8 @@ setup-neomutt - Clone/update and build n
 
 =head1 DESCRIPTION
 
-Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the
-neomutt build.
+Run to do the above, incl. copying binaries into C<~/bin> after the neomutt
+build.
 
 =head1 REQUIREMENTS
 

mercurial