Skip to content

Commit

Permalink
fixed package target for paths that may include spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
virmitio committed Feb 24, 2012
1 parent 7f571fa commit e98fb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COPKG/.buildinfo
Expand Up @@ -56,15 +56,15 @@ package {
REM THERE IS SOME GOOFY STUFF IN HERE TO WORK AROUND A COUPLE BUGS IN AUTOPACKAGE.
REM FIXES COMING SOON...
cd COPKG
coapp add-feed %cd%\
coapp add-feed "%cd%\"
coapp --force-scan list
autopackage zlib-dev-common.autopkg || goto failed
coapp --force-scan list
autopackage zlib[vc10]-x86.autopkg zlib-dev[vc10]-x86.autopkg || goto failed
coapp --force-scan list
autopackage zlib[vc10]-x64.autopkg zlib-dev[vc10]-x64.autopkg || goto failed
coapp --force-scan list
coapp remove-feed %cd%\
coapp remove-feed "%cd%\"
ptk update-version
";
}
Expand Down

0 comments on commit e98fb60

Please sign in to comment.