Skip to content

Commit

Permalink
Replace "git-archive" with "git archive" to fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouni Malinen authored and jmalinen committed Nov 10, 2009
1 parent 8fc2fb5 commit 6ae2257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_release
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ fi
mkdir $TMP
mkdir -p $RELDIR

git-archive --format=tar --prefix=wpa-$VER/ HEAD \
git archive --format=tar --prefix=wpa-$VER/ HEAD \
README COPYING patches src wpa_supplicant hostapd |
gzip > $RELDIR/wpa-$VER.tar.gz
git-archive --format=tar --prefix=hostapd-$VER/ HEAD \
git archive --format=tar --prefix=hostapd-$VER/ HEAD \
README COPYING patches src hostapd |
gzip > $RELDIR/hostapd-$VER.tar.gz
git-archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
README COPYING patches src wpa_supplicant |
tar --directory=$TMP -xf -

Expand Down

0 comments on commit 6ae2257

Please sign in to comment.