diff options
Diffstat (limited to 't/install.t')
-rwxr-xr-x | t/install.t | 2 |
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); } } } |