summaryrefslogtreecommitdiff
path: root/sbuild-stuff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-04-24 06:53:53 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2012-04-24 06:53:53 +0000
commitc49b9b864ad8b86a04ea1cef63ea49b88af7f7fa (patch)
treedd301bb9c981aaf42adb9ff92e875191159d8cd8 /sbuild-stuff
parentbf67db821c7c54014945923604cd53afd9a709f0 (diff)
Add precise to sbuild-stuff list
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@523 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'sbuild-stuff')
-rwxr-xr-xsbuild-stuff2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbuild-stuff b/sbuild-stuff
index de22aab..27e3449 100755
--- a/sbuild-stuff
+++ b/sbuild-stuff
@@ -70,7 +70,7 @@ fi
if [ -z "${DIST:-}" ]; then
DIST=sid
- for d in lenny squeeze wheezy dapper hardy karmic lucid maverick natty oneiric; do
+ for d in lenny squeeze wheezy dapper hardy karmic lucid maverick natty oneiric precise; do
if echo $debian_version | grep -q "$d" ; then
DIST="$d"
break