]> granicus.if.org Git - graphviz/commitdiff
Update windows package script to no longer create separate copies of
authorerg <devnull@localhost>
Fri, 8 Apr 2005 20:31:58 +0000 (20:31 +0000)
committererg <devnull@localhost>
Fri, 8 Apr 2005 20:31:58 +0000 (20:31 +0000)
the individual programs.

windows/bin/win.sh

index db149a76aefe0f60f189e96da6811e43627fad6f..2454b1ae2389a036d421229a1c2b9e7702c62bba 100755 (executable)
@@ -366,13 +366,13 @@ function Package
       ErrorEx "windows install failure"
        fi
        # copy commands separately
-       DSTDIR=$PACKAGE_HOME/source/bin
-       echo "uploading commands" >> $LFILE
-       putFile $DSTDIR/dot.exe
-       putFile $DSTDIR/neato.exe
-       putFile $DSTDIR/twopi.exe
-       putFile $DSTDIR/circo.exe
-       putFile $DSTDIR/fdp.exe
+#      DSTDIR=$PACKAGE_HOME/source/bin
+#      echo "uploading commands" >> $LFILE
+#      putFile $DSTDIR/dot.exe
+#      putFile $DSTDIR/neato.exe
+#      putFile $DSTDIR/twopi.exe
+#      putFile $DSTDIR/circo.exe
+#      putFile $DSTDIR/fdp.exe
 
 
 }