From: Jouni Malinen Date: Wed, 4 Jun 2014 13:26:14 +0000 (+0300) Subject: Include CONTRIBUTIONS file in the release tarballs X-Git-Tag: hostap_2_2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6280df31bbbd015cb857630868a49c373325ba10;p=thirdparty%2Fhostap.git Include CONTRIBUTIONS file in the release tarballs Signed-off-by: Jouni Malinen --- diff --git a/build_release b/build_release index 9e8c58e5d..471455350 100755 --- a/build_release +++ b/build_release @@ -30,13 +30,13 @@ mkdir $TMP mkdir -p $RELDIR git archive --format=tar --prefix=wpa-$VER/ HEAD \ - README COPYING patches src wpa_supplicant hostapd hs20 | + README COPYING CONTRIBUTIONS patches src wpa_supplicant hostapd hs20 | gzip > $RELDIR/wpa-$VER.tar.gz git archive --format=tar --prefix=hostapd-$VER/ HEAD \ - README COPYING patches src hostapd | + README COPYING CONTRIBUTIONS patches src hostapd | gzip > $RELDIR/hostapd-$VER.tar.gz git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \ - README COPYING patches src wpa_supplicant hs20/client | + README COPYING CONTRIBUTIONS patches src wpa_supplicant hs20/client | tar --directory=$TMP -xf - cd $TMP