From 3be85a70a237ef83253e8da308d8b91b029e1e6d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 May 2018 06:19:27 +0200 Subject: core/pkgutils: rename patch to make order stable --- core/pkgutils/Pkgfile-apply-patch.patch | 15 --------------- core/pkgutils/Pkgfile-apply-patch1.patch | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 core/pkgutils/Pkgfile-apply-patch.patch create mode 100644 core/pkgutils/Pkgfile-apply-patch1.patch (limited to 'core') diff --git a/core/pkgutils/Pkgfile-apply-patch.patch b/core/pkgutils/Pkgfile-apply-patch.patch deleted file mode 100644 index 94f47fa..0000000 --- a/core/pkgutils/Pkgfile-apply-patch.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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.40.1 - release=1 --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 install - } diff --git a/core/pkgutils/Pkgfile-apply-patch1.patch b/core/pkgutils/Pkgfile-apply-patch1.patch new file mode 100644 index 0000000..94f47fa --- /dev/null +++ b/core/pkgutils/Pkgfile-apply-patch1.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.40.1 + release=1 +-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 install + } -- cgit v1.2.3-54-g00ecf