]> git.pld-linux.org Git - packages/munin-plugins-muninexchange.git/commitdiff
- really fix bogus shebang
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Aug 2013 08:42:47 +0000 (10:42 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Aug 2013 08:42:47 +0000 (10:42 +0200)
- rel 7

munin-plugins-muninexchange.spec

index a08f15ff86cce1e8fd262b6dfde9cd9f6d9177e1..17242284fc3bb290df01489e0f016dfc72aeff48 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Munin plugins from MuninExchange
 Summary(pl.UTF-8):     Wtyczki munina z MuninExchange
 Name:          munin-plugins-muninexchange
 Version:       20130823
-Release:       6
+Release:       7
 License:       GPL
 Group:         Daemons
 Source0:       https://github.com/munin-monitoring/contrib/tarball/master/%{name}.tar.gz
@@ -77,9 +77,9 @@ grep -r bin/env -l plugins/ | xargs sed -i -e '1{
 
 find plugins/ -type f | xargs sed -i -e '1{
        s,#!.*/usr/local/bin/,#!/usr/bin/,
-       s,#!/opt/csw/bin/ruby,#!%{__ruby},
-       s,#!/usr/bin/bash,#!/bin/bash,
-       s,#!/sbin/sh,#!/bin/sh,
+       s,#!.*/opt/csw/bin/ruby,#!%{__ruby},
+       s,#!.*/usr/bin/bash,#!/bin/bash,
+       s,#!.*/sbin/sh,#!/bin/sh,
 }'
 
 # cleanup backups after patching
This page took 0.075758 seconds and 4 git commands to generate.