From 076e2be69014440f985a671d4fc537c6dc8826c7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 23 Aug 2012 13:09:25 -0700 Subject: [PATCH] Remove unneeded -R flag when copying atom executable --- Atom-Linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)