diff --git a/Atom-Linux/Makefile b/Atom-Linux/Makefile index a5b130ff2..b5e2c52a2 100644 --- a/Atom-Linux/Makefile +++ b/Atom-Linux/Makefile @@ -83,6 +83,7 @@ install: cp -R ../static $(INSTALLDIR) cp -R ../vendor $(INSTALLDIR) cp -R ../bundles $(INSTALLDIR) + cp -R ../themes $(INSTALLDIR) cp ../index.html $(INSTALLDIR) coffee -c -o $(INSTALLDIR)/src/stdlib ../src/stdlib/require.coffee ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom