Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837801
en ru br
ALT Linux repos
S:2.72-alt1
5.0: 2.71-alt1
4.1: 2.67-alt1

Group :: Development/Other
RPM: cvs2cl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cvs2cl-2.67-shebang.patch
Download


Use straightforward /usr/bin/perl shebang so rpmbuild catches it
and autogenerates better dependencies.
--- cvs2cl~	2007-02-04 22:22:11.000000000 +0200
+++ cvs2cl	2007-03-31 00:37:30.000000000 +0300
@@ -1,7 +1,4 @@
-#!/bin/sh
-exec perl -w -x "$0" ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*-
-#!perl -w
-
+#!/usr/bin/perl -w
 
 ##############################################################
 ###                                                        ###
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin