diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 13:02:00 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 13:02:00 +0100 |
commit | ad1f621259f21382478037108edfd6b987729f24 (patch) | |
tree | 9f2c8a59709747551b44419430cade52b713a448 /bin/rebuild.sh.in | |
parent | d4d2317478d063688f35eb648e6f453bee5a7c92 (diff) | |
download | pykolab-ad1f621259f21382478037108edfd6b987729f24.tar.gz |
Update rebuild.sh
Diffstat (limited to 'bin/rebuild.sh.in')
-rw-r--r-- | bin/rebuild.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/rebuild.sh.in b/bin/rebuild.sh.in index 1e35ce0..4e2510d 100644 --- a/bin/rebuild.sh.in +++ b/bin/rebuild.sh.in @@ -15,8 +15,6 @@ declare -a tasks dists[${#dists[@]}]='f16'; dist_tags[${#dist_tags[@]}]='fc16'; product_series[${#product_series[@]}]="3.0" dists[${#dists[@]}]='f17'; dist_tags[${#dist_tags[@]}]='fc17'; product_series[${#product_series[@]}]="3.0" -dists[${#dists[@]}]='el5'; dist_tags[${#dist_tags[@]}]='el5'; product_series[${#product_series[@]}]="2.4" -dists[${#dists[@]}]='el6'; dist_tags[${#dist_tags[@]}]='el6'; product_series[${#product_series[@]}]="2.4" dists[${#dists[@]}]='el6'; dist_tags[${#dist_tags[@]}]='el6'; product_series[${#product_series[@]}]="3.0" autoreconf -v && ./configure && make dist || exit 1 |