From a8206f129fd29ed781200ae1e3788e89ed9c96cd Mon Sep 17 00:00:00 2001 From: witekfl Date: Thu, 19 Jul 2007 19:14:18 +0000 Subject: [PATCH] - run sed only on the first line Changed files: asciidoc.spec -> 1.15 --- asciidoc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc.spec b/asciidoc.spec index 478bc1e..02cc9b7 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -39,7 +39,7 @@ dostosowywane i rozszerzane przez użytkownika. %setup -q %build -sed -i -e 's|^#!/usr/bin/env python|#!/usr/bin/python|' asciidoc.py +sed -i -e '1s|^#!/usr/bin/env python|#!/usr/bin/python|' asciidoc.py %install rm -rf $RPM_BUILD_ROOT -- 2.44.0