We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ffead commit d26acb0Copy full SHA for d26acb0
Makefile
@@ -61,10 +61,10 @@ link-check:
61
lychee './**/*.md'
62
63
git-apply-qownnotes-patch:
64
- git apply ~/Nextcloud/Transfer/qownnotes.patch
+ git apply ${TRANSFER_DIR}/qownnotes.patch
65
66
git-apply-qmarkdowntextedit-patch:
67
- cd ./src/libraries/qmarkdowntextedit && git apply ~/Nextcloud/Transfer/qmarkdowntextedit.patch
+ cd ./src/libraries/qmarkdowntextedit && git apply ${TRANSFER_DIR}/qmarkdowntextedit.patch
68
69
git-create-patch:
70
@echo "TRANSFER_DIR: ${TRANSFER_DIR}"; \
0 commit comments