diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:21:47 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:21:47 -1000 |
commit | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (patch) | |
tree | 608f1f9cf9a8ea9ae8e26f1f07b50d14426a675a /data/ice/make.sh | |
parent | 4a80cac9cb4be1d154f5346423667310219bd27a (diff) |
Add and update a number of packages
Diffstat (limited to 'data/ice/make.sh')
-rw-r--r-- | data/ice/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/ice/make.sh b/data/ice/make.sh index 452a4bfd5..f24f8a191 100644 --- a/data/ice/make.sh +++ b/data/ice/make.sh @@ -1,4 +1,5 @@ pkg:setup +autoreconf -f -i pkg:configure -make +make -j8 pkg:install |