summaryrefslogtreecommitdiff
path: root/Makefile
blob: 97065868dd83dffd9c88042f4d32230166be2897 (plain) (blame)
1
2
3
4
5
6
install:
	install -d $(DESTDIR)/usr/share/python-apt/templates/
	cp data/Shopno.info $(DESTDIR)/usr/share/python-apt/templates
	cp data/Shopno.mirrors $(DESTDIR)/usr/share/python-apt/templates

.PHONY: install