Permalink
Browse files

Fixes instructions for building from git repo.

  • Loading branch information...
1 parent 444a381 commit 542ad4b9b7f5e20f85a524c92dee796f8e690eda @nawrockie nawrockie committed Jun 29, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 INSTALL
View
@@ -51,7 +51,7 @@ want the in-development code.
And finally:
ln -s easel/aclocal.m4 aclocal.m4
- ln -s easel/aclocal.m4 hmmer/aclocal.m4
+ (cd hmmer; ln -s ../easel/aclocal.m4 aclocal.m4;)
autoconf
(cd easel; autoconf; cd ../hmmer; autoconf;)

0 comments on commit 542ad4b

Please sign in to comment.