Was mklinks.sh fails wne used in copy mode
See also Item815 and item816
The code in
mklinks.sh
that builds the new path is incorrect.
[DEVELOP]$ sh mklinks.sh -cp SpreadSheetPlugin
cp: cannot stat `../../../twikiplugins/SpreadSheetPlugin/lib/TWiki/Plugins/SpreadSheetPlugin': No such file or directory
cp: cannot stat `../../../twikiplugins/SpreadSheetPlugin/lib/TWiki/Plugins/SpreadSheetPlugin.pm': No such file or directory
cp: cannot stat `../../twikiplugins/SpreadSheetPlugin/data/TWiki/SpreadSheetPlugin.txt': No such file or directory
-- AA
Use
pseudo-install SpreadSheetPlugin
instead.
mklinks is evil.
-- MC
duplicate of
Item471 ? --
WN
I closed
Item471 --
MC
Yes. Use pseudo-install.
CC
Do we need mklinks* at all? Can we delete the script?
--
MC
No, we can't delete it. I use it in for development
CC
As of SVN 7335 you can delete it, as long as you update all relevant docs. pseudo-install.pl now covers the functionality.
CC
Undeferred, post Dakar
CC
Removed in SVN 8786
CC