Changes between Version 2 and Version 3 of app-shells/bash-completion
- Timestamp:
- 07/10/11 07:50:34 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app-shells/bash-completion
v2 v3 5 5 [end portlog metadata] 6 6 7 Haiku-specific changes are maintained at http://github.com/brechtm/bash-completion 7 Haiku-specific changes are maintained at http://github.com/brechtm/bash-completion. Clone the repository, check out the {{{haiku}}} branch and build: 8 {{{ 9 autoreconf -i 10 ./configure --prefix=`finddir B_COMMON_DIRECTORY` 11 make 12 mkdir ../bash_completion.destdir 13 make install DESTDIR=../bash_completion.destdir 14 }}}
