Skip to content

Commit

Permalink
resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mevansam committed May 30, 2012
1 parent be3e939 commit 2833ac5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions build-droid/build-libgcrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ fi

# Extract source
rm -rf "libgcrypt-${LIBGCRYPT_VERSION}"
<<<<<<< HEAD
tar xvjf "libgcrypt-${LIBGCRYPT_VERSION}.tar.bz2"
=======
tar xvf "libgcrypt-${LIBGCRYPT_VERSION}.tar.bz2"
>>>>>>> removed invalid option 'z' passed to tar command

# Build
pushd "libgcrypt-${LIBGCRYPT_VERSION}"
Expand Down
4 changes: 0 additions & 4 deletions build-droid/build-libgpg-error.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ fi

# Extract source
rm -rf "libgpg-error-${LIBGPG_ERROR_VERSION}"
<<<<<<< HEAD
tar xvjf "libgpg-error-${LIBGPG_ERROR_VERSION}.tar.bz2"
=======
tar xvf "libgpg-error-${LIBGPG_ERROR_VERSION}.tar.bz2"
>>>>>>> removed invalid option 'z' passed to tar command

# Build
pushd "libgpg-error-${LIBGPG_ERROR_VERSION}"
Expand Down

0 comments on commit 2833ac5

Please sign in to comment.