From my testing, it only seems to occur when there are 2 dots in the source file name.
So either using mv, or renaming some of the intermediate files to only have one dot in the name
should work.
Tor Lillqvist wrote:
$ touch soffice.bin.exe
$ cp soffice.bin.exe soffice.bin
cp: cannot create regular file `soffice.bin': File exists
mv, however, works...:
$ touch soffice.bin.exe
$ mv soffice.bin.exe soffice.bin
$ ls -l soffice*
-rw-r--r-- 1 tml None 0 Sep 21 17:50 soffice.bin
--tml
Disclaimer: http://www.peralex.com/disclaimer.html
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.