Mitt Green <[email protected]> writes: > Hi, > > I've tried installing netman from gnuinos.org/netman, > when typing "netman" it gives me nothing and > no errors. There is no man page available. > > Building from the source, which is on your gitlab, > gave me errors: > > ------------------------ > Assembler messages: > Fatal error: can't create obj/backend.o: No such file or directory > Makefile:24: recipe for target 'obj/backend.o' failed
To mention this again: The way to tell git (or any other SCM I've encountered so far) that an empty directory exists for a reason is to create a dummy file in this directory and check that into the SCM. I usually use a file named .keep because it then doesn't show up in directory listings. _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
