Skip to content

Commit

Permalink
Leaving .git directory intact and ignoring failed to copy message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Feb 19, 2012
1 parent e2b3b01 commit a81ade3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ build_ffmpeg() {
start_build ffmpeg
cd $SRC

cp -a ./../src/ffmpeg ./
cp -af ./../src/ffmpeg ./
exit_on_error
cd ffmpeg
exit_on_error
Expand Down
1 change: 0 additions & 1 deletion contrib/download-pms-binaries-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ download_ffmpeg() {
$GIT checkout tags/${VERSION_FFMPEG}
exit_on_error
fi
rm -rf ./.git
}


Expand Down

0 comments on commit a81ade3

Please sign in to comment.