Skip to content

Commit

Permalink
Install autojump_match.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yipeipei committed Jul 14, 2016
1 parent b9e70a0 commit 215cee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Expand Up @@ -181,6 +181,7 @@ def main(args):
cp('./bin/autojump', bin_dir, args.dryrun)
cp('./bin/autojump_argparse.py', bin_dir, args.dryrun)
cp('./bin/autojump_data.py', bin_dir, args.dryrun)
cp('./bin/autojump_match.py', bin_dir, args.dryrun)
cp('./bin/autojump_utils.py', bin_dir, args.dryrun)
cp('./bin/icon.png', share_dir, args.dryrun)
cp('./docs/autojump.1', doc_dir, args.dryrun)
Expand Down

0 comments on commit 215cee3

Please sign in to comment.