mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
13 lines
708 B
Plaintext
13 lines
708 B
Plaintext
$NetBSD: patch-bh,v 1.1 2013/06/17 12:43:28 wiz Exp $
|
|
--- mcs/class/Managed.Windows.Forms/build-csproj.orig 2008-02-07 08:44:48.000000000 +0200
|
|
+++ mcs/class/Managed.Windows.Forms/build-csproj 2008-02-07 08:44:59.000000000 +0200
|
|
@@ -177,7 +177,7 @@
|
|
{
|
|
cat $Resource | while read SRC; do
|
|
SRC=`echo $SRC | $tr '/' '\\\\'`
|
|
-SRC=`echo $SRC | sed 's/-resource://' | gawk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
|
|
+SRC=`echo $SRC | sed 's/-resource://' | awk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
|
|
|
|
cat << EOT
|
|
<File
|