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:
parent
291db49f89
commit
d81b6f855e
3
installers/deb_package_build/debian/postinst
Normal file
3
installers/deb_package_build/debian/postinst
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ln -s /usr/bench/bin/bench /usr/bin/bench
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
export DH_VIRTUALENV_INSTALL_ROOT=/usr/
|
||||
%:
|
||||
dh $@ --with python-virtualenv
|
||||
dh $@ --install-suffix '' --with python-virtualenv
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user