summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-13 21:04:14 +0100
committerErich Eckner <git@eckner.net>2023-01-13 21:04:14 +0100
commitbf15c241f258cb46868ec2e036469e83c622156a (patch)
treed3ce210d46ad53e4efb02f463b8c753328eee244 /core
parent8c8ca978c03d22ea4d74700ade589e80750c43bf (diff)
downloadcrux-patches-bf15c241f258cb46868ec2e036469e83c622156a.tar.xz
core/ports: fix whitespace in Pkgfile
Diffstat (limited to 'core')
-rw-r--r--core/ports/post_update_patches.Pkgfile.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/ports/post_update_patches.Pkgfile.patch b/core/ports/post_update_patches.Pkgfile.patch
index 709f203..60a4b05 100644
--- a/core/ports/post_update_patches.Pkgfile.patch
+++ b/core/ports/post_update_patches.Pkgfile.patch
@@ -2,15 +2,15 @@
+++ Pkgfile 2017-02-26 22:05:04.834041199 +0100
@@ -8,11 +8,12 @@
- source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
- core.pub opt.pub xorg.pub compat-32.pub contrib.pub \
-- core.rsync opt.rsync xorg.rsync \
-+ core.rsync opt.rsync xorg.rsync post_update_patches.patch \
- compat-32.rsync.inactive contrib.rsync.inactive)
+ source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz
+ core.pub opt.pub xorg.pub compat-32.pub contrib.pub
+- core.rsync opt.rsync xorg.rsync
++ core.rsync opt.rsync xorg.rsync post_update_patches.patch
+ compat-32.rsync.inactive contrib.rsync.inactive)
build () {
- cd $name-$version
-+ patch -p0 -i $SRC/post_update_patches.patch
- make
- make DESTDIR=$PKG MANDIR=/usr/share/man install
+ cd $name-$version
++ patch -p0 -i $SRC/post_update_patches.patch
+ make
+ make DESTDIR=$PKG MANDIR=/usr/share/man install