aboutsummaryrefslogtreecommitdiff
path: root/t/install.t
diff options
context:
space:
mode:
Diffstat (limited to 't/install.t')
-rwxr-xr-xt/install.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/install.t b/t/install.t
index cfdd415..d022faa 100755
--- a/t/install.t
+++ b/t/install.t
@@ -41,7 +41,7 @@ sub make_slackbuilds_txt {
if ($_[0]) {
if ($made) { return system(qw!rm -rf!, $fname); }
} else {
- if (not -e $fname) { $made = 1; system('touch', $fname); }
+ if (not -e $fname) { $made = 1; system('mkdir', '-p', '/usr/sbo/repo'); system('touch', $fname); }
}
}