Copy bundles folder in install target

This commit is contained in:
Kevin Sawicki
2012-08-21 17:47:41 -07:00
parent e4732b0463
commit a9e130c867

View File

@@ -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