blob: 60a4b0538741d5332f4b924f35885c91d61fd486 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Pkgfile 2017-02-26 22:04:47.977370941 +0100
+++ Pkgfile 2017-02-26 22:05:04.834041199 +0100
@@ -8,11 +8,12 @@
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
|