File: install

package info (click to toggle)
gwrite 0.5.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 432 kB
  • sloc: python: 3,824; makefile: 6; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
#!/bin/bash -x
python setup.py build_i18n -m
python setup.py build
[ -a /usr/bin/dpkg ] && INSTALL_LAYOUT='--install-layout deb'
sudo python setup.py install $INSTALL_LAYOUT --record record.log