summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5e1b97bcd1905d9e7f620004ce23b2df3ac47f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clean:
	rm -f *.pyc *.pyo *~
	cd makerepo; 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/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