Make install script 32-bit only

This commit is contained in:
Kevin Sawicki
2012-09-20 15:42:26 -07:00
parent 8da096b7cd
commit 7ef3bab130

View File

@@ -4,7 +4,7 @@ INSTALLDIR=/usr/share/atom
mkdir -p $INSTALLDIR
cp out/Default/atom $INSTALLDIR
cp -R -t $INSTALLDIR static/*
cp -t $INSTALLDIR lib/*
cp -t $INSTALLDIR lib/32/*
cp -R ../../src $INSTALLDIR
cp -R ../../static $INSTALLDIR
cp -R ../../vendor $INSTALLDIR