mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
6 lines
117 B
Makefile
Executable File
6 lines
117 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DH_VIRTUALENV_INSTALL_ROOT=/usr/
|
|
%:
|
|
dh $@ --install-suffix '' --with python-virtualenv
|
|
|