Projet

Général

Profil

Télécharger (175 octets) Statistiques
| Branche: | Tag: | Révision:

root / rules @ 5c7c5e52

1
#!/usr/bin/make -f
2

    
3
BUILD_DIR=$(CURDIR)/debian/python-mandaye
4

    
5
%:
6
	dh $@ --with python2
7

    
8
override_dh_install:
9
	dh_install
10
	cp -R mandaye/static $(BUILD_DIR)/usr/share/mandaye
(6-6/6)