Changeset db5678713a7bb954606ba58e3b2bc5245fcd204f
- Timestamp:
- 02/04/08 03:30:03
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202092203 +0000
- git-parent:
[ed6e425621bff5903ce84ed4ca09aacf921f13b2]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202092203 +0000
- Message:
macosx/framework: Fix contrib location.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb3372f1 |
rdb56787 |
|
| 423 | 423 | ); |
|---|
| 424 | 424 | inputPaths = ( |
|---|
| 425 | | $SRCROOT/../../contrib/bootstrap, |
|---|
| | 425 | $SRCROOT/../../../extras/contrib/bootstrap, |
|---|
| 426 | 426 | ); |
|---|
| 427 | 427 | outputPaths = ( |
|---|
| 428 | | $SRCROOT/../../contrib/config.mak, |
|---|
| | 428 | $SRCROOT/../../../extras/contrib/config.mak, |
|---|
| 429 | 429 | ); |
|---|
| 430 | 430 | runOnlyForDeploymentPostprocessing = 0; |
|---|
| 431 | 431 | shellPath = /bin/sh; |
|---|
| 432 | | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && ./bootstrap"; |
|---|
| | 432 | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../../extras/contrib && ./bootstrap"; |
|---|
| 433 | 433 | showEnvVarsInLog = 0; |
|---|
| 434 | 434 | }; |
|---|
| … | … | |
| 444 | 444 | runOnlyForDeploymentPostprocessing = 0; |
|---|
| 445 | 445 | shellPath = /bin/sh; |
|---|
| 446 | | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && make"; |
|---|
| | 446 | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../../extras/contrib && make"; |
|---|
| 447 | 447 | showEnvVarsInLog = 0; |
|---|
| 448 | 448 | }; |
|---|