diff options
author | Peter Palfrader <peter@palfrader.org> | 2012-05-02 20:16:08 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2012-05-02 20:16:08 +0000 |
commit | c409d4f6e7b5542334e1ee93522cfbb62042cafa (patch) | |
tree | 04597039d235e8dbf1da1a5ad3198f1c4c69e149 | |
parent | 8c1a72bdf7cd487a4d5a014a928a9894305206fc (diff) |
obfsproxy: skip more ubuntus
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@525 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-x | sbuild-override-dist-obfsproxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbuild-override-dist-obfsproxy b/sbuild-override-dist-obfsproxy index e72eddf..bcd5b67 100755 --- a/sbuild-override-dist-obfsproxy +++ b/sbuild-override-dist-obfsproxy @@ -4,7 +4,7 @@ dist="$1" dsc="$2" case "$dist" in - lenny) + lenny|lucid|maverick|natty) echo SKIP ;; squeeze) |