diff options
author | 2002-05-19 21:24:17 +0000 | |
---|---|---|
committer | 2002-05-19 21:24:17 +0000 | |
commit | 89f16401dc8cd1197b07ebfaf7d720df7393ce44 (patch) | |
tree | 610dde5ebce3b9bcd4c5a38ce4146dd7c0582a64 /sys-devel/automake | |
parent | new version and fixes (diff) | |
download | historical-89f16401dc8cd1197b07ebfaf7d720df7393ce44.tar.gz historical-89f16401dc8cd1197b07ebfaf7d720df7393ce44.tar.bz2 historical-89f16401dc8cd1197b07ebfaf7d720df7393ce44.zip |
tab fix
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.6.1-r1.ebuild b/sys-devel/automake/automake-1.6.1-r1.ebuild index 3b2cbe2d7995..a6b7bb14e41c 100644 --- a/sys-devel/automake/automake-1.6.1-r1.ebuild +++ b/sys-devel/automake/automake-1.6.1-r1.ebuild @@ -9,7 +9,7 @@ # NOTE: For all of those brave souls out there that wants to fix # or update this, note that all three versions install -# .m4 files to /usr/share/aclocal-${ver}/ and am files +# .m4 files to /usr/share/aclocal-${ver}/ and .am files # to /usr/share/automake-${ver}/. We then add the default # /usr/share/aclocal/ to aclocal's search path by adding # "push (@dirlist, \"/usr/share/aclocal\");" after @dirlist @@ -198,7 +198,7 @@ src_install() { # ************ automake-1.4-p5 ************ # - cd ${OLD14_S} + cd ${OLD14_S} fix_bins "1.4" make DESTDIR=${D} \ |