From 7143a6618fe2614d49701256cdc1fd0dc9b4c748 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 6 Jun 2016 20:19:33 +0200 Subject: pkgmk: PKGMK_FULL_SOURCE_MIRRORS neu --- core/pkgutils/Pkgfile-apply-patch.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/pkgutils/Pkgfile-apply-patch.patch (limited to 'core/pkgutils/Pkgfile-apply-patch.patch') diff --git a/core/pkgutils/Pkgfile-apply-patch.patch b/core/pkgutils/Pkgfile-apply-patch.patch new file mode 100644 index 0000000..662f5d4 --- /dev/null +++ b/core/pkgutils/Pkgfile-apply-patch.patch @@ -0,0 +1,15 @@ +--- Pkgfile 2016-06-01 21:50:22.035228588 +0200 ++++ Pkgfile 2016-06-01 21:50:47.785297105 +0200 +@@ -6,9 +6,11 @@ + name=pkgutils + version=5.36 + release=2 +-source=(http://crux.nu/files/$name-$version.tar.xz) ++source=(http://crux.nu/files/$name-$version.tar.xz ++ PKGMK_FULL_SOURCE_MIRRORS.patch) + + build () { + cd $name-$version ++ patch -p1 -i ../PKGMK_FULL_SOURCE_MIRRORS.patch + make DESTDIR=$PKG MANDIR=/usr/share/man install + } -- cgit v1.2.3-54-g00ecf