Remove unneeded -R flag when copying atom executable

This commit is contained in:
Kevin Sawicki
2012-08-23 13:09:25 -07:00
parent 4ddf47e37a
commit 076e2be690

View File

@@ -74,7 +74,7 @@ clean:
install:
mkdir -p $(INSTALLDIR)
cp -R atom $(INSTALLDIR)
cp atom $(INSTALLDIR)
cp chrome.pak $(INSTALLDIR)
cp -R locales $(INSTALLDIR)
cp atom.png $(INSTALLDIR)