summaryrefslogtreecommitdiffstats
path: root/yum-presto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'yum-presto/Makefile')
-rw-r--r--yum-presto/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/yum-presto/Makefile b/yum-presto/Makefile
deleted file mode 100644
index c756c05..0000000
--- a/yum-presto/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-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