A piece of software software I need to install on my Ubuntu Hardy system has a Makefile which includes the command cp -n.
However, I get an error stating that -n is an invalid option.
The command will work on a Mac terminal but I need it to work on Ubuntu.
Does anyone know the equivalent command for Ubuntu?
