summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 865d06e8f2f9b5731508f1fefcbe7521f06e92bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clean:
	rm -f *.pyc *.pyo *~
	cd shared; rm -f *.pyc *.pyo *~

install:
	mkdir -p /usr/lib/yum-plugins
	install -m 644 presto.py /usr/lib/yum-plugins
	mkdir -p /etc/yum/pluginconf.d
	install -m 644 presto.conf /etc/yum/pluginconf.d
	mkdir -p /usr/share/presto
	install -m 644 shared/prestoRepo.py /usr/share/presto
	install -m 644 shared/prestomdparser.py /usr/share/presto
	install -m 644 shared/prestoTransaction.py /usr/share/presto
	install -m 644 shared/deltarpm.py /usr/share/presto