Changeset 710b2c480aa4246da1a641b4aa34caf35d0b5cf8
- Timestamp:
- 07/21/07 00:44:02
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184971442 +0000
- git-parent:
[88a4e298124ec7a53edeb8f5672b283d687ed33b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184971442 +0000
- Message:
boostrap: Fix previous commit (oops)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r88a4e29 |
r710b2c4 |
|
| 35 | 35 | |
|---|
| 36 | 36 | # Check for contrib directory |
|---|
| 37 | | if then |
|---|
| | 37 | if test -d extras/contrib/bin; then |
|---|
| 38 | 38 | export PATH="`pwd`/extras/contrib/bin:$PATH" |
|---|
| 39 | 39 | if test -d extras/contrib/share/aclocal; then |
|---|