mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove unneeded -R flag when copying atom executable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user