crux-ports

My CRUX Linux ports
Log | Files | Refs | README

commit 0928690ff4f9b40a3194849985866a937abf256e
parent a4dd348e90ecc984cd3deee39d9a0483cda20ce1
Author: Shokara Kou <kou@13f0.net>
Date:   Fri, 13 May 2022 11:38:07 -0400

update to be src/workdir agnostic

Diffstat:
Mmotif/Pkgfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/motif/Pkgfile b/motif/Pkgfile @@ -13,8 +13,8 @@ source=(https://downloads.sourceforge.net/project/motif/Motif%20$version%20Sourc build() { cd $name-$version - patch -Np0 <$PKGMK_SOURCE_DIR/0001-wmluiltok-main.patch - patch -Np1 <$PKGMK_SOURCE_DIR/0002-no-demos.patch + patch -Np0 <$SRC/0001-wmluiltok-main.patch + patch -Np1 <$SRC/0002-no-demos.patch rm -fr demos touch NEWS AUTHORS