]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- work better with cvsnt
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Nov 2008 23:44:38 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext-cvs.patch -> 1.1

gettext-cvs.patch [new file with mode: 0644]

diff --git a/gettext-cvs.patch b/gettext-cvs.patch
new file mode 100644 (file)
index 0000000..c9e1263
--- /dev/null
@@ -0,0 +1,16 @@
+--- gettext-0.17/./gettext-tools/misc/autopoint.in.org 2008-11-10 00:39:01.489132060 +0100
++++ gettext-0.17/./gettext-tools/misc/autopoint.in     2008-11-10 00:41:40.679933768 +0100
+@@ -415,9 +415,12 @@
+ unset CVSUMASK
+ unset CVSWRAPPERS
++cvsoptinit=""
++cvs --version 2> /dev/null | grep -q "CVSNT" && cvsoptinit="-n"
++
+ # Need to pass -d "$CVSROOT", because there may be a CVS directory in the
+ # current directory.
+-cvs -d "$CVSROOT" init
++cvs -d "$CVSROOT" init $cvsoptinit
+ gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -)
+ cd "$work_dir"
This page took 0.078267 seconds and 4 git commands to generate.