Changeset 3d8e99515c69bbe29df4be05d05fe3973ca1a73a
- Timestamp:
- 04/15/08 22:58:02
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208293082 +0200
- git-parent:
[c6dadfb18faf6254c1499543d50ea7f3ed6f7ee7]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208293082 +0200
- Message:
macosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc6dadfb |
r3d8e995 |
|
| 93 | 93 | prefix=".libs/" |
|---|
| 94 | 94 | install_library "${VLC_BUILD_DIR}/src/${prefix}vlc" "${target}" "bin" "@loader_path/lib" |
|---|
| 95 | | install ${target}/vlc ${target}/VLC |
|---|
| | 95 | mv ${target}/vlc ${target}/VLC |
|---|
| | 96 | chmod +x ${target}/VLC |
|---|
| 96 | 97 | suffix="dylib" |
|---|
| 97 | 98 | else |
|---|