Projet

Général

Profil

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

root / rules @ 24ef48f9

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

    
3
BUILD_DIR=$(CURDIR)/debian/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)