summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-05-13 11:38:07 -0400
committerShokara Kou <kou@13f0.net>2022-12-10 16:12:53 -0500
commit0928690ff4f9b40a3194849985866a937abf256e (patch)
tree1b5e9b63e68a64715a5f3419b32ff98a244db699
parenta4dd348e90ecc984cd3deee39d9a0483cda20ce1 (diff)
update to be src/workdir agnostic
-rw-r--r--motif/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/motif/Pkgfile b/motif/Pkgfile
index 06c6eb0..7e82159 100644
--- a/motif/Pkgfile
+++ b/motif/Pkgfile
@@ -13,8 +13,8 @@ source=(https://downloads.sourceforge.net/project/motif/Motif%20$version%20Sourc
13build() { 13build() {
14 cd $name-$version 14 cd $name-$version
15 15
16 patch -Np0 <$PKGMK_SOURCE_DIR/0001-wmluiltok-main.patch 16 patch -Np0 <$SRC/0001-wmluiltok-main.patch
17 patch -Np1 <$PKGMK_SOURCE_DIR/0002-no-demos.patch 17 patch -Np1 <$SRC/0002-no-demos.patch
18 rm -fr demos 18 rm -fr demos
19 19
20 touch NEWS AUTHORS 20 touch NEWS AUTHORS