From ebbe5f37a5c2e1eaedf18cff63d5f057e8390060 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 5 Nov 2020 01:14:29 +0100 Subject: feat(snippets): add sedpy snippet --- snippets/spec.snippets | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snippets') diff --git a/snippets/spec.snippets b/snippets/spec.snippets index 7c7d471..ed6d4bc 100644 --- a/snippets/spec.snippets +++ b/snippets/spec.snippets @@ -1,3 +1,6 @@ +snippet sedpy + sed -i -e '1s@/usr/bin/env python@/usr/bin/python@' + snippet fdup %python_expand %fdupes %{buildroot}%{$python_sitelib} -- cgit