commit: bfd7f24f82a212a755e8e9f586ea7675264a32f9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 9 16:15:51 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 16:15:51 2026 +0000
URL:
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=bfd7f24f
refactor(ebuild-mode/s.yas): simplify
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
snippets/ebuild-mode/s.yas | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/ebuild-mode/s.yas b/snippets/ebuild-mode/s.yas
index e44d3dd..1226caf 100644
--- a/snippets/ebuild-mode/s.yas
+++ b/snippets/ebuild-mode/s.yas
@@ -23,4 +23,4 @@
# --
-S="\${WORKDIR}/${1:\${PN}-\${PV}}"
\ No newline at end of file
+S="\${WORKDIR}/${1:\${P}}"
\ No newline at end of file