diff options
author | Brent Cook <bcook@openbsd.org> | 2015-08-28 05:54:12 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-08-28 13:17:13 -0500 |
commit | 83e3f22710bd4062e7caaa896633b036d402827e (patch) | |
tree | 047753458b3daab3f9fc3dec97a277c3ff526f69 /README.md | |
parent | b3f22d85e5c1d1f946f9675b69173d34a1904c8f (diff) | |
download | portable-83e3f22710bd4062e7caaa896633b036d402827e.tar.gz portable-83e3f22710bd4062e7caaa896633b036d402827e.tar.bz2 portable-83e3f22710bd4062e7caaa896633b036d402827e.zip |
replace remaining bash-only features in the update script
We used to need more features, but as the Makefile.am's
stopped being dynamically generated, there is less need.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ If you have checked this source using Git, follow these initial steps to | |||
62 | prepare the source tree for building: | 62 | prepare the source tree for building: |
63 | 63 | ||
64 | 1. Ensure you have the following packages installed: | 64 | 1. Ensure you have the following packages installed: |
65 | automake, autoconf, bash, git, libtool, perl, pod2man | 65 | automake, autoconf, git, libtool, perl, pod2man |
66 | 2. Run './autogen.sh' to prepare the source tree for building or | 66 | 2. Run './autogen.sh' to prepare the source tree for building or |
67 | run './dist.sh' to prepare a tarball. | 67 | run './dist.sh' to prepare a tarball. |
68 | 68 | ||