diff options
Diffstat (limited to 'repo/core/which.xibuild')
-rw-r--r-- | repo/core/which.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/which.xibuild b/repo/core/which.xibuild deleted file mode 100644 index 5f682dc..0000000 --- a/repo/core/which.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(glibc bash) - -SOURCE=http://ftp.gnu.org/gnu/which/which-2.21.tar.gz -DESC="A utility to show the full path of commands" - -build () { - CC=gcc ./configure --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} - - |