summary refs log tree commit diff
path: root/build-template
diff options
context:
space:
mode:
Diffstat (limited to 'build-template')
-rwxr-xr-xbuild-template4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-template b/build-template
index 7d51a3a..e2eb750 100755
--- a/build-template
+++ b/build-template
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-rm -rf dst
-mkdir dst
+rm -rf dst tmp
+mkdir dst tmp
 
 x=$1
 pkgname=${x##*/}