coreutils: Rollback to previous cygwin patch
This commit is contained in:
parent
1b55311e61
commit
ad112a7a0d
1226
coreutils/001-coreutils-8.23-2.src.patch
Normal file
1226
coreutils/001-coreutils-8.23-2.src.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=coreutils
|
||||
pkgver=8.23
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
@ -12,7 +12,7 @@ depends=('gmp' 'libiconv' 'libintl')
|
||||
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man')
|
||||
install=${pkgname}.install
|
||||
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
001-coreutils-8.23-3.src.patch
|
||||
001-coreutils-8.23-2.src.patch
|
||||
002-fix-dummy-man-invocation.patch
|
||||
005-manifest.patch
|
||||
006-msys1-0x0d.patch
|
||||
@ -20,7 +20,7 @@ source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
009-msysize.patch)
|
||||
md5sums=('abed135279f87ad6762ce57ff6d89c41'
|
||||
'SKIP'
|
||||
'bcb94b03e4cf47941f3bc519b4263307'
|
||||
'6a5a1cb7de1fdea8373484371a3fb4cd'
|
||||
'e6abf5162a6cfa5662c2a7f0e55cd4b1'
|
||||
'78fdb4dd2df493df4ae24448e964d076'
|
||||
'61aa69467df9084fe4611b737723f97b'
|
||||
@ -30,7 +30,7 @@ md5sums=('abed135279f87ad6762ce57ff6d89c41'
|
||||
prepare() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
||||
patch -p2 -i $srcdir/001-coreutils-8.23-3.src.patch
|
||||
patch -p2 -i $srcdir/001-coreutils-8.23-2.src.patch
|
||||
patch -p1 -i $srcdir/002-fix-dummy-man-invocation.patch
|
||||
patch -p1 -i $srcdir/005-manifest.patch
|
||||
patch -p1 -i $srcdir/006-msys1-0x0d.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user