summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5ea597a49013a7b26362ebd54746c5dd0adce043 (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 $(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
	mkdir -p $(DESTDIR)/usr/share/presto
	install -m 644 shared/prestoRepo.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/prestomdparser.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/prestoTransaction.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/deltarpm.py $(DESTDIR)/usr/share/presto