summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-09 23:05:00 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-09 23:05:00 +0100
commitb06ab9385ed56f73e69af1f9c60944a4b930aa48 (patch)
tree9d4bf21f4a03f5891a20aacb3930ad742ce0f09c /create.sh
parent6c67f1e2a382f8b974e9fc2bb2c675019342dc29 (diff)
a bit of cleanup, and introducing on-demand package building
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/create.sh b/create.sh
index 6524919..741eb01 100755
--- a/create.sh
+++ b/create.sh
@@ -32,7 +32,6 @@ export _arch=${_target%%-*}
export _groups="base base_devel"
msg "preparing builddir"
-rm -rf "$_builddir"
mkdir -vp "$_builddir"
chown -v $SUDO_USER "$_builddir"