diff options
author | 2006-02-28 18:37:39 +0000 | |
---|---|---|
committer | 2006-02-28 18:37:39 +0000 | |
commit | 9abe4a42a851f0e155448a02bb4cab284b786437 (patch) | |
tree | 242af93fccba98564f59135b64115abc9d1880e0 /dev-lang/hugs98/files | |
parent | marked libdvb-0.5.5.1-r2 stable on x86 (diff) | |
download | historical-9abe4a42a851f0e155448a02bb4cab284b786437.tar.gz historical-9abe4a42a851f0e155448a02bb4cab284b786437.tar.bz2 historical-9abe4a42a851f0e155448a02bb4cab284b786437.zip |
Add a patch by Tom Payne <twp@gentoo.org> that should fix bug #123465.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-lang/hugs98/files')
-rw-r--r-- | dev-lang/hugs98/files/hugs98-2005.3-find.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/hugs98/files/hugs98-2005.3-find.patch b/dev-lang/hugs98/files/hugs98-2005.3-find.patch new file mode 100644 index 000000000000..6211f37227d1 --- /dev/null +++ b/dev-lang/hugs98/files/hugs98-2005.3-find.patch @@ -0,0 +1,14 @@ +diff -Naur hugs98-Mar2005/libraries/tools/make_bootlib hugs98-Mar2005.new/libraries/tools/make_bootlib +--- hugs98-Mar2005/libraries/tools/make_bootlib 2005-03-10 01:03:39.000000000 +0100 ++++ hugs98-Mar2005.new/libraries/tools/make_bootlib 2006-02-28 18:07:37.000000000 +0100 +@@ -78,8 +78,9 @@ + + ( + cd $package_dir +- $FIND . \( -name '[a-z]*' -o -name '[GN]HC' \) -prune -o \ ++ $FIND [A-Z]* -name '[GN]HC' -prune -o \ + \( -name \*.hs -o -name \*.lhs -o -name \*.hsc \) -print | ++ grep -ve '^[GN]HC$' | + sed ' s:^\./:: + s/\..*//' | + grep -v '^Text/Regex' | |