]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a typo.
authorKevin Ollivier <kevino@theolliviers.com>
Fri, 3 Mar 2006 02:00:39 +0000 (02:00 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Fri, 3 Mar 2006 02:00:39 +0000 (02:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/msw/makesetup.sh

index 8a2df9646accb515398a3d6eddc8d33448192397..49760842853b1ab5d7d74c43da7e75f754624bf1 100755 (executable)
@@ -296,8 +296,8 @@ dospindocs()
     # PDF/HTML docs that should go into the Windows setup because
     # there are no WinHelp equivalents
     echo Creating $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip
-    expandlines $SCRIPT/extradoc.rsp
-    zip $ZIPFLAGS -@ $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip < 
+    expandlines $SCRIPT/extradoc.rsp /tmp/extradocs
+    zip $ZIPFLAGS -@ $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip < /tmp/extradocs
     rearchive wxWidgets-$VERSION-ExtraDoc.zip wxWidgets-$VERSION $DESTDIR
 }