commit:     1d7862d1b19187bbbd0219840db6560eca58aa7e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 08:46:38 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 08:46:38 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=1d7862d1

patches.yas: add PN, extend quotes

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 snippets/ebuild-mode/patches.yas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to