diff --git a/Atom-Linux/Makefile b/Atom-Linux/Makefile index e77959ca7..77a042faa 100644 --- a/Atom-Linux/Makefile +++ b/Atom-Linux/Makefile @@ -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)