diff --git a/debian/changelog b/debian/changelog index 0579bc4..e6e519f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -ubuntu-dev-tools (0.67) UNRELEASED; urgency=low +ubuntu-dev-tools (0.67) jaunty; urgency=low - * Changes go here. + * mk-sbuild-lv: Changed default behaviour so that the initial build and log + directories are not created on first run; instead read settings file and + check if they exist (LP: #342154). -- Jonathan Davies Mon, 09 Mar 2009 16:03:09 +0000 diff --git a/mk-sbuild-lv b/mk-sbuild-lv index e588ffe..c32d421 100755 --- a/mk-sbuild-lv +++ b/mk-sbuild-lv @@ -54,8 +54,6 @@ if [ ! -w /var/lib/sbuild ]; then # Add self to the sbuild group sudo adduser "$USER" sbuild - # Create some default build/log areas - mkdir -p ~/ubuntu/build ~/ubuntu/logs # Prepare a usable default .sbuildrc if [ ! -e ~/.sbuildrc ]; then cat > ~/.sbuildrc <