diff options
Diffstat (limited to 'repo/core/patch.xibuild')
-rw-r--r-- | repo/core/patch.xibuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/core/patch.xibuild b/repo/core/patch.xibuild deleted file mode 100644 index 728fc1d..0000000 --- a/repo/core/patch.xibuild +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -DEPS=(glibc attr) - -SOURCE=https://ftp.gnu.org/gnu/patch/patch-2.7.tar.xz -DESC="A utility to apply patch files to a file" - -build () { - ./configure --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} |