Closed kristbaum closed 6 years ago
Hello,
I build on Linux and I see uppercase folders:
$ ls -la
total 56
drwxrwxr-x 8 lexa lexa 4096 mars 28 17:25 .
drwxrwxrwt 10 root root 16384 mars 28 17:25 ..
drwxrwxr-x 8 lexa lexa 4096 mars 28 17:25 .git
-rw-rw-r-- 1 lexa lexa 333 mars 28 17:25 .gitignore
-rw-rw-r-- 1 lexa lexa 1097 mars 28 17:25 LICENSE.txt
-rw-rw-r-- 1 lexa lexa 3392 mars 28 17:25 README.md
drwxrwxr-x 4 lexa lexa 4096 mars 28 17:25 RISE-V2G-Certificates
drwxrwxr-x 3 lexa lexa 4096 mars 28 17:25 RISE-V2G-EVCC
drwxrwxr-x 3 lexa lexa 4096 mars 28 17:25 RISE-V2G-PARENT
drwxrwxr-x 3 lexa lexa 4096 mars 28 17:25 RISE-V2G-SECC
drwxrwxr-x 4 lexa lexa 4096 mars 28 17:25 RISE-V2G-Shared
I don't have problem building neither. This is out of a fresh git clone.
Ah, just tested it from a fresh clone, and I see the same. Probably a problem that occurred while transferring it to Gitlab.
Wanted to suggest this, because I ran into trouble building the project on Unix systems. The files are actually lowercase, and when I tried to build them on Unix-like systems, the relative paths are wrong. This is probably different on DOS systems, where the is no difference between upper and lowercase names.