This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/debian/rules

13 lines
312 B
Makefile
Executable File

#!/usr/bin/make -f
d=$(CURDIR)/debian/compte-agglo-montpellier
%:
dh $@ --with python2
override_dh_auto_install:
dh_auto_install
mv $(d)/usr/bin/compte-agglo-montpellier $(d)/usr/lib/compte-agglo-montpellier/manage.py
cp $(CURDIR)/debian/compte-agglo-montpellier.sh $(d)/usr/bin/compte-agglo-montpellier