# HG changeset patch # User Meredith Howard # Date 1534354006 14400 # Node ID 650ca91e31976f0178c5989c8ce0841b52b76da2 # Parent 1fa3948ce85ee0a8380816c4adc219c49a8d7808 copy binaries in case build fails diff --git a/bin/setup-neomutt b/bin/setup-neomutt --- 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