diff options
author | davidovski <david@davidovski.xyz> | 2022-01-19 21:29:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-19 21:29:49 +0000 |
commit | 77746490c428ef55149664ca0cd5578444877e5b (patch) | |
tree | 6d102a9a788f981c72863ec272be64eaa7db7f84 /repo/xi/xipkg.xibuild | |
parent | 9e3881d63d385deb8f6b1f8718eaa1e8b633dd58 (diff) |
will not create symlink if exists
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index 94606aa..83014b5 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -6,7 +6,7 @@ SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git DESC="The xilinux package manager" build () { - make + make || true } package () { |