2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-23 15:08:24 +00:00

new debian rules with installation to /usr/bin

This commit is contained in:
nginn 2015-12-27 18:19:24 +03:00
parent 291db49f89
commit d81b6f855e
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
ln -s /usr/bench/bin/bench /usr/bin/bench

View File

@ -1,3 +1,5 @@
#!/usr/bin/make -f
export DH_VIRTUALENV_INSTALL_ROOT=/usr/
%:
dh $@ --with python-virtualenv
dh $@ --install-suffix '' --with python-virtualenv