Changeset 23:1d4fa15cf721 in minitage/shell
- Timestamp:
- 08/11/08 13:59:47 (5 months ago)
- Author:
- kiorky <kiorky@…>
- Message:
-
oups
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r22
|
r23
|
|
| 389 | 389 | |
| 390 | 390 | bootstrap() { |
| 391 | | #compile_bz2 || die "compile_and_install_bz2 failed" |
| 392 | | #compile_zlib || die "compile_and_installzlib failed" |
| 393 | | #compile_ncurses || die "compile_and_install ncurses failed" |
| 394 | | #compile_readline || die "compile_and_install_readline failed" |
| 395 | | #compile_openssl || die "compile_and_install_openssl failed" |
| | 391 | compile_bz2 || die "compile_and_install_bz2 failed" |
| | 392 | compile_zlib || die "compile_and_installzlib failed" |
| | 393 | compile_ncurses || die "compile_and_install ncurses failed" |
| | 394 | compile_readline || die "compile_and_install_readline failed" |
| | 395 | compile_openssl || die "compile_and_install_openssl failed" |
| 396 | 396 | compile_python || die "compile_and_install_python failed" |
| 397 | 397 | } |