diff options
author | wulf <wulf> | 2003-07-13 07:46:26 +0000 |
---|---|---|
committer | wulf <wulf> | 2003-07-13 07:46:26 +0000 |
commit | 9dac9601b652494e957ce10f645bf81785b52a2c (patch) | |
tree | ae6feec77db4c38426d4b7289749def763330fb4 /audio/kdemultimedia3/patches | |
parent | 10ea6fb231c816c3817aa25ce75be7fe6781e78d (diff) | |
download | pkgsrc-9dac9601b652494e957ce10f645bf81785b52a2c.tar.gz |
Fixed incorrect path to perl utility in workman2cddb.pl
Diffstat (limited to 'audio/kdemultimedia3/patches')
-rw-r--r-- | audio/kdemultimedia3/patches/patch-cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/kdemultimedia3/patches/patch-cs b/audio/kdemultimedia3/patches/patch-cs new file mode 100644 index 00000000000..68333a354b6 --- /dev/null +++ b/audio/kdemultimedia3/patches/patch-cs @@ -0,0 +1,10 @@ +$NetBSD: patch-cs,v 1.1 2003/07/13 07:46:26 wulf Exp $ + +--- kscd/workman2cddb.pl.orig 2003-07-13 17:04:20.000000000 +0930 ++++ kscd/workman2cddb.pl 2003-07-13 17:04:29.000000000 +0930 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # usage: just start it. Then copy the files to the local database. + # |