summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-21 07:05:46 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-21 07:05:46 (EDT)
commit0718e8519d5b590055f1cdeccb1b97261bdf6eb3 (patch)
tree7c3d11640ce845eb6797781ebd071bd92895bdf7
parent7fb2c97ef43717f4703bda8b72b32e1cca22e72e (diff)
downloaddeb-0718e8519d5b590055f1cdeccb1b97261bdf6eb3.zip
deb-0718e8519d5b590055f1cdeccb1b97261bdf6eb3.tar.gz
deb-0718e8519d5b590055f1cdeccb1b97261bdf6eb3.tar.bz2
Fix name of "builds" directory.
-rwxr-xr-xsrc/deb.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/deb.sh b/src/deb.sh
index 1b671f8..f2fb423 100755
--- a/src/deb.sh
+++ b/src/deb.sh
@@ -114,12 +114,12 @@ cmd_init()
cd "${DEB_TREE}"
if [ -d .deb ]; then
- rm -Rf .deb dsc build pkgs work
- mkdir .deb dsc build pkgs work
+ rm -Rf .deb dsc builds pkgs work
+ mkdir .deb dsc builds pkgs work
config_save
printf 'Reinitialized DEB work area in %s.\n' "${DEB_TREE}"
else
- mkdir .deb dsc build pkgs work
+ mkdir .deb dsc builds pkgs work
config_save
printf 'Initialized DEB work area in %s.\n' "${DEB_TREE}"
fi