]> git.pld-linux.org Git - packages/mono.git/blob - mono-fix-null-requirement.patch
Fix files packaged twice and don't generate mono deps when building
[packages/mono.git] / mono-fix-null-requirement.patch
1 --- mono-2.11.4/scripts/mono-find-requires.in.old       2012-09-29 23:20:34.968693110 +0200
2 +++ mono-2.11.4/scripts/mono-find-requires.in   2012-09-29 23:20:11.525486763 +0200
3 @@ -187,4 +187,4 @@ $REQUIRES" | sort | uniq -u)
4  # Of those, only choose the ones that are in REQUIRES
5  #
6  echo "$UNIQ
7 -$REQUIRES" | sort | uniq -d
8 +$REQUIRES" | sort | uniq -d | sed 's/[ \t]*$//'
This page took 0.086609 seconds and 3 git commands to generate.