From bf15c241f258cb46868ec2e036469e83c622156a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 13 Jan 2023 21:04:14 +0100 Subject: core/ports: fix whitespace in Pkgfile --- core/ports/post_update_patches.Pkgfile.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'core') 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 -- cgit v1.2.3-54-g00ecf