dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6b28d
)
Patch for config.charset.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 15:43:41 +0000
(15:43 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 15:43:41 +0000
(15:43 +0000)
iconv/libiconv/get_patches
patch
|
blob
|
history
diff --git
a/iconv/libiconv/get_patches
b/iconv/libiconv/get_patches
index 18d3c035481b004a86189b3922a018e16ef0dbee..93c8467e10b4655a3dc608c589eb04f5b742fcc5 100755
(executable)
--- a/
iconv/libiconv/get_patches
+++ b/
iconv/libiconv/get_patches
@@
-31,3
+31,12
@@
do
echo " $file"
diff -u $file.orig $file > $topdir/$file.patch
done
+
+#############################################################################
+echo "Getting patches in libcharset/lib subdirectory..."
+cd $libiconvdir/libcharset/lib
+for file in config.charset
+do
+ echo " $file"
+ diff -u $file.orig $file > $topdir/$file.patch
+done