OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Jun-2003 11:42:42
  Branch: HEAD                             Handle: 2003061810424100

  Modified files:
    openpkg-src/max         max.patch

  Log:
    fix fixdist script

  Summary:
    Revision    Changes     Path
    1.2         +11 -0      openpkg-src/max/max.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/max/max.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 max.patch
  --- openpkg-src/max/max.patch 18 Jun 2003 08:39:32 -0000      1.1
  +++ openpkg-src/max/max.patch 18 Jun 2003 09:42:41 -0000      1.2
  @@ -21,3 +21,14 @@
        fprintf(out,"extern void mxi_prterrm(char*,int,char*,char*);\n");
        fprintf(out,"static char mxi_errmstr[] = \"0th parameter is of wrong 
sort\";\n");
        fprintf(out,"void comp_errm(char *filenm, int ln, char *fctnm, int parno){\n");
  +--- etc/fixdist.dist 2003-06-18 11:37:57.000000000 +0200
  ++++ etc/fixdist      2003-06-18 11:38:10.000000000 +0200
  +@@ -65,7 +65,7 @@
  +             todir=".";
  +             tofile=$2;
  +             for (i=0; (p=index(tofile, "/")) != 0; ) {
  +-                    todir=todir "/" substr(tofile, 0, p-1);
  ++                    todir=todir "/" substr(tofile, 1, p-1);
  +                     tofile=substr(tofile, p+1, length(tofile)-p);
  +                     frompath="../" frompath;
  +                     i=p;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to