diff options
author | Jouni Malinen <j@w1.fi> | 2010-01-16 19:04:38 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-16 19:04:38 +0200 |
commit | dff0f701d0f280f93c5c7698ef0f8e16dbbe815a (patch) | |
tree | eb2e36bf4973a061c20803dac154c04330f3b869 /build_release | |
parent | 3e674c063c585729bc2ad528b216d58c665d266a (diff) | |
download | external_wpa_supplicant_8_ti-dff0f701d0f280f93c5c7698ef0f8e16dbbe815a.zip external_wpa_supplicant_8_ti-dff0f701d0f280f93c5c7698ef0f8e16dbbe815a.tar.gz external_wpa_supplicant_8_ti-dff0f701d0f280f93c5c7698ef0f8e16dbbe815a.tar.bz2 |
Preparations for v0.7.1 release
Diffstat (limited to 'build_release')
-rwxr-xr-x | build_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_release b/build_release index da94097..fb46bc8 100755 --- a/build_release +++ b/build_release @@ -38,7 +38,7 @@ 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 \ - README COPYING patches src wpa_supplicant hostapd/*.[ch] | + README COPYING patches src wpa_supplicant | tar --directory=$TMP -xf - cd $TMP |