mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Copy themes folder in install target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user