aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-10-20 10:46:38 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-10-20 10:46:38 +0200
commit1d7862d1b19187bbbd0219840db6560eca58aa7e (patch)
tree97ae9583657164bf7989a33bb1c57ec1d5f79ea8
parentadd slot.yas (diff)
downloademacs-ebuild-snippets-1d7862d1b19187bbbd0219840db6560eca58aa7e.tar.gz
emacs-ebuild-snippets-1d7862d1b19187bbbd0219840db6560eca58aa7e.tar.bz2
emacs-ebuild-snippets-1d7862d1b19187bbbd0219840db6560eca58aa7e.zip
patches.yas: add PN, extend quotes
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--snippets/ebuild-mode/patches.yas2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ebuild-mode/patches.yas b/snippets/ebuild-mode/patches.yas
index 5a5431c..aee3141 100644
--- a/snippets/ebuild-mode/patches.yas
+++ b/snippets/ebuild-mode/patches.yas
@@ -23,4 +23,4 @@
# --
-PATCHES=( "\${FILESDIR}"/$1 $0 )
+PATCHES=( "\${FILESDIR}/\${PN}-$1.patch" $0 ) \ No newline at end of file