summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-03-22 17:28:06 +0200
committerJonathan Dieter <jdieter@gmail.com>2007-03-22 17:28:06 +0200
commitd36468ff5aefbb1afc41d2f35717fbf340873604 (patch)
treee48e798e8aa02e9636bd8a27943ae0c88e98011f /Makefile
parentafbedc06abf48f63ba8aee113103a0b360ed1c63 (diff)
downloadpresto-d36468ff5aefbb1afc41d2f35717fbf340873604.tar.gz
presto-d36468ff5aefbb1afc41d2f35717fbf340873604.tar.xz
presto-d36468ff5aefbb1afc41d2f35717fbf340873604.zip
Fixed miscellaneous bugs
Created Makefile Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..865d06e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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