--- PKGBUILD.orig 2009-03-12 04:12:32.000000000 -0200 +++ PKGBUILD 2009-03-12 04:14:33.000000000 -0200 @@ -24,6 +24,7 @@ coreutils-6.10-configuration.patch coreutils-7.1-sort-endoffields.patch coreutils-7.1-cp-recursiveinfloop.patch + coreutils-7.1-ls-sort-by-version.patch su) md5sums=('cbb2b3d1718ee1237b808e00b5c11b1e' 'e6270eca92e2f6d1b258e9930c6316c8' @@ -32,6 +33,7 @@ 'f79b54afdecd38bcd9421db3d1f5c913' 'ac21779cfc0f02e656614975633809b4' '719d6e07176292628589188f84ffb5f1' + '579669b1f75910ac5c930de67b6d8295' 'fa85e5cce5d723275b14365ba71a8aad') build() { @@ -49,6 +51,9 @@ patch -Np1 -i ../coreutils-7.1-sort-endoffields.patch || return 1 patch -Np1 -i ../coreutils-7.1-cp-recursiveinfloop.patch || return 1 + # bugfix from redhat + patch -Np1 -i ../coreutils-7.1-ls-sort-by-version.patch || return 1 + # only needed if new autoconf 2.62 is used sed -i 's/1.10a/1.10.2/' configure.ac || return 1 # aclocal fix sed -i 's/dist-xz/dist-lzma/' configure.ac || return 1