From ffa314402351298af742b9e3eba8ecb4f41eb074 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 22 Aug 2012 08:59:14 -0700 Subject: [PATCH] Copy themes folder in install target --- Atom-Linux/Makefile | 1 + 1 file changed, 1 insertion(+) 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