Skip to content

Commit d26acb0

Browse files
committed
make: fix transfer path
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent c2ffead commit d26acb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ link-check:
6161
lychee './**/*.md'
6262

6363
git-apply-qownnotes-patch:
64-
git apply ~/Nextcloud/Transfer/qownnotes.patch
64+
git apply ${TRANSFER_DIR}/qownnotes.patch
6565

6666
git-apply-qmarkdowntextedit-patch:
67-
cd ./src/libraries/qmarkdowntextedit && git apply ~/Nextcloud/Transfer/qmarkdowntextedit.patch
67+
cd ./src/libraries/qmarkdowntextedit && git apply ${TRANSFER_DIR}/qmarkdowntextedit.patch
6868

6969
git-create-patch:
7070
@echo "TRANSFER_DIR: ${TRANSFER_DIR}"; \

0 commit comments

Comments
 (0)