OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 05-Jul-2003 16:57:19 Branch: HEAD Handle: 2003070515571800 Modified files: openpkg-src/tinyca tinyca.spec Log: fix shebang subst Summary: Revision Changes Path 1.18 +1 -1 openpkg-src/tinyca/tinyca.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/tinyca/tinyca.spec ============================================================================ $ cvs diff -u -r1.17 -r1.18 tinyca.spec --- openpkg-src/tinyca/tinyca.spec 5 Jul 2003 07:18:57 -0000 1.17 +++ openpkg-src/tinyca/tinyca.spec 5 Jul 2003 14:57:18 -0000 1.18 @@ -62,7 +62,7 @@ $RPM_BUILD_ROOT%{l_prefix}/etc/%{name} \ $RPM_BUILD_ROOT%{l_prefix}/libexec/%{name} %{l_shtool} install -c -m 755 \ - -e 's;#!/usr/bin/perl -w;#!%{l_prefix}/bin/perl;' \ + -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \ -e "s;'\./lib';'%{l_prefix}/libexec/%{name}';g" \ -e 's;"\./templates";"%{l_prefix}/etc/%{name}";g' \ -e 's;/usr/bin/openssl;%{l_prefix}/bin/openssl;g' \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]