diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
commit | 2bda0d54b37dd3ebf7917c3a58c0404d21afe7f6 (patch) | |
tree | 36a97971d0f9c6151f36b333383bb985289f23e3 /repo/python/python.xibuild | |
parent | 08c8891c20131576640f30cc40fcdbc57a497957 (diff) |
shell will now default to dash asap
Diffstat (limited to 'repo/python/python.xibuild')
-rw-r--r-- | repo/python/python.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/python/python.xibuild b/repo/python/python.xibuild index 91e0d9e..3876d8b 100644 --- a/repo/python/python.xibuild +++ b/repo/python/python.xibuild @@ -1,7 +1,6 @@ #!/bin/sh - -MAKEDEPS="make autoconf automake autoconf-archive sqlite" +MAKEDEPS="make autoconf automake autoconf-archive sqlite3" DEPS="bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib grep" PKG_VER=3.10.2 |