]> git.saurik.com Git - wxWidgets.git/commitdiff
Script install-sh wants a '-c' parameter, otherwise it 'moves' the header
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Feb 2004 22:54:05 +0000 (22:54 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Feb 2004 22:54:05 +0000 (22:54 +0000)
        files instead of copying them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/os2/install.txt

index aed7bc31dbbef4e942fec9b5448bb207316b20f1..dd8ce11ad45e29294fa61a2a5667060ce10e7f17 100644 (file)
@@ -182,7 +182,7 @@ and INSTALL (to point to the install script. If you omit this, configure
 might find something like the system's tcpip\pcomos\install.exe which will
 not do the thing you want), e.g.
 SET MAKESHELL=ash
-SET INSTALL=/wx/wxWindows-2.5.1/install-sh.
+SET INSTALL=/wx/wxWindows-2.5.1/install-sh -c
 
 Be warned that depending on the precise version of your make, the
 variable that needs to be set might be MAKE_SHELL instead of MAKESHELL.