]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- more fixes: remove some build and testing stage hacks like try exec
authorkloczek <kloczek@pld-linux.org>
Mon, 15 Jul 2002 16:54:42 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  cvsunix/src/cvs.

Changed files:
    gcvs-nocvsunix.patch -> 1.4

gcvs-nocvsunix.patch

index c2517a51f5249939f43c433f3c9a7c360e06acc2..c3939eb193c93bd28e36f204d9474e62983a0b4f 100644 (file)
@@ -19,3 +19,22 @@ diff -Naur gcvs-1.0a6.orig/configure.in gcvs-1.0a6/configure.in
  AC_OUTPUT(
        Makefile \
        common/Makefile \
+--- gcvs-1.0a6/common/AppGlue.cpp~     Mon Jul 15 13:31:59 2002
++++ gcvs-1.0a6/common/AppGlue.cpp      Mon Jul 15 13:31:59 2002
+@@ -879,16 +879,6 @@
+               cvscmd << kPathDelimiter;
+       cvscmd << "cvs";
+       UStr firstCmd = cvscmd;
+-      if(stat(cvscmd, &sb) == -1 || !(S_ISREG(sb.st_mode) || S_ISLNK(sb.st_mode)))
+-      {
+-              cvscmd = PACKAGE_SOURCE_DIR;
+-              CStr uppath, folder;
+-              SplitPath(cvscmd, uppath, folder);
+-              cvscmd = uppath;
+-              if(!cvscmd.endsWith(kPathDelimiter))
+-                      cvscmd << kPathDelimiter;
+-              cvscmd << "cvsunix/src/cvs";
+-      }
+       if(stat(cvscmd, &sb) == -1 || !(S_ISREG(sb.st_mode) || S_ISLNK(sb.st_mode)))
+       {
This page took 0.096202 seconds and 4 git commands to generate.