mkdir -p Conkeror.app/Contents/MacOScp -rp /Applications/Firefox.app/Contents/MacOS/* Conkeror.app/Contents/MacOSmkdir -p Conkeror.app/Contents/MacOS/conkeror/conkerorcopying files...cp: conkeror.git/application.ini: No such file or directorycp: conkeror.git/chrome.manifest: No such file or directorycp: conkeror.git/content-policy.manifest: No such file or directorymake: *** [Conkeror.app/Contents/MacOS/conkeror] Error 1
Any ideas why this happening?
mkdir -p Conkeror.app/Contents/MacOS
cp -rp /Applications/Firefox.app/Contents/MacOS/* Conkeror.app/Contents/MacOS
mkdir -p Conkeror.app/Contents/MacOS/conkeror/conkeror
copying files...
cp: conkeror.git/application.ini: No such file or directory
cp: conkeror.git/chrome.manifest: No such file or directory
cp: conkeror.git/content-policy.manifest: No such file or directory
make: *** [Conkeror.app/Contents/MacOS/conkeror] Error 1
My system: