summaryrefslogtreecommitdiffstats
path: root/yum-presto-legacy/Makefile
blob: 8826b30e2794f8aa42d99cc49eeade2cdb43e423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/prestoThread.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/prestoLog.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/prestoDownload.py $(DESTDIR)/usr/share/presto
	install -m 644 shared/deltarpm.py $(DESTDIR)/usr/share/presto