summaryrefslogtreecommitdiffstats
path: root/yum-presto/Makefile
blob: c756c05ac5e9e7e1c6ffde9bf7b257575ab888c4 (plain)
1
2
3
4
5
6
7
8
clean:
	rm -f *.pyc *.pyo *~

install:
	mkdir -p $(DESTDIR)/usr/lib/yum-plugins
	install -m 644 presto.py $(DESTDIR)/usr/lib/yum-plugins
	mkdir -p $(DESTDIR)/etc/yum/pluginconf.d
	install -m 644 presto.conf $(DESTDIR)/etc/yum/pluginconf.d