summaryrefslogtreecommitdiffstats
path: root/createprestorepo/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-03-29 19:43:26 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-03-29 19:43:26 +0300
commit5ea857b0e948b687785b8e55e08866c6171fb715 (patch)
treeb819860880b50d41f31ba627d0261dd64b9667b1 /createprestorepo/Makefile
parentb1147b441a7f4873f39c5ce337d516b2cd1483eb (diff)
downloadpresto-5ea857b0e948b687785b8e55e08866c6171fb715.tar.gz
presto-5ea857b0e948b687785b8e55e08866c6171fb715.tar.xz
presto-5ea857b0e948b687785b8e55e08866c6171fb715.zip
Split server and client
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'createprestorepo/Makefile')
-rw-r--r--createprestorepo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/createprestorepo/Makefile b/createprestorepo/Makefile
new file mode 100644
index 0000000..38fbfc6
--- /dev/null
+++ b/createprestorepo/Makefile
@@ -0,0 +1,6 @@
+clean:
+ rm -f *.pyc *.pyo *~
+
+install:
+# mkdir -p $(DESTDIR)/usr/share/createprestorepo
+# install -m 644 presto.py $(DESTDIR)/usr/lib/yum-plugins