diff options
Diffstat (limited to 'repo/meta/skip.xibuild')
-rw-r--r-- | repo/meta/skip.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/meta/skip.xibuild b/repo/meta/skip.xibuild index 4d86856..0fd2cb5 100644 --- a/repo/meta/skip.xibuild +++ b/repo/meta/skip.xibuild @@ -1,5 +1,5 @@ -#!/bin/bash +#!/bin/sh # This file was automatically generated, do not edit! DESC="All the the packages available in skip" -DEPS=( cacert-utils fakechroot fakeroot icecream) +DEPS=" cacert-utils fakechroot fakeroot icecream" |