summaryrefslogtreecommitdiff
path: root/core/pkgutils/Pkgfile-apply-patch.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-21 06:19:27 +0200
committerErich Eckner <git@eckner.net>2018-05-21 06:19:27 +0200
commit3be85a70a237ef83253e8da308d8b91b029e1e6d (patch)
tree0ce8725e6935e82db103ece49ebf99769b6a2c1a /core/pkgutils/Pkgfile-apply-patch.patch
parent574185d86f2a801d7e6d2de9358a5bb644e4ddfa (diff)
downloadcrux-patches-3be85a70a237ef83253e8da308d8b91b029e1e6d.tar.xz
core/pkgutils: rename patch to make order stable
Diffstat (limited to 'core/pkgutils/Pkgfile-apply-patch.patch')
-rw-r--r--core/pkgutils/Pkgfile-apply-patch.patch15
1 files changed, 0 insertions, 15 deletions
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
- }