Hi, I have a problem with aliases in Linux for objects like cyclone's Uzi - for instance, we have uzi and Uzi is just an alias. These aliases are generated just fine and you can see them here on github https://github.com/porres/pd-cyclone/releases/download/cyclone_0.5-3/cyclone...
The problem is if I unzio this in macOS, as the aliases don't show and disappear, and since I'm uploading to deken via macOS, they're not there. I guess there's the solution of uploading via linux and some other workaround but I was wondering if there's a way to make it work and decompress these files in macOS.
any hint?
cheers
Am 5. Oktober 2020 02:59:35 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
any hint?
macOS filesystems (hfs+), are case-insensitive by default. that is: you can open the file "foo.txt" as "FoO.TXt" and vice-versa. as a consequence these two names refer to the identical file. so if you have a zip-file containing both, they will overwrite themselves.
solution: use a case-sensitive filesystem.
mfg.hft.fsl IOhannes
Am 5. Oktober 2020 02:59:35 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
any hint?
macOS filesystems (hfs+), are case-insensitive by default. that is: you can open the file "foo.txt" as "FoO.TXt" and vice-versa. as a consequence these two names refer to the identical file. so if you have a zip-file containing both, they will overwrite themselves.
solution: use a case-sensitive filesystem.
mfg.hft.fsl IOhannes
mfg.hft.fsl IOhannes