From a9e130c867ddffcb20b25ca8c1ff802f6c6e30f6 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 21 Aug 2012 17:47:41 -0700 Subject: [PATCH] Copy bundles folder in install target --- Atom-Linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Atom-Linux/Makefile b/Atom-Linux/Makefile index b5bd7ba41..3c328cf1a 100644 --- a/Atom-Linux/Makefile +++ b/Atom-Linux/Makefile @@ -81,6 +81,7 @@ install: cp -R ../src $(INSTALLDIR) cp -R ../static $(INSTALLDIR) cp -R ../vendor $(INSTALLDIR) + cp -R ../bundles $(INSTALLDIR) cp ../index.html $(INSTALLDIR) ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom