summaryrefslogtreecommitdiffstats
path: root/createprestorepo/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-04-03 16:26:09 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-04-03 16:26:09 +0300
commitbdfb4037667c6af7d0537f9bc36b33d55d86e059 (patch)
tree7a437ab002f05fe3a6cb8421a4137757fd01df2c /createprestorepo/Makefile
parent20a630be934db6374ace720e473beb1ec05e31fc (diff)
downloadpresto-bdfb4037667c6af7d0537f9bc36b33d55d86e059.tar.gz
presto-bdfb4037667c6af7d0537f9bc36b33d55d86e059.tar.xz
presto-bdfb4037667c6af7d0537f9bc36b33d55d86e059.zip
Add Ahmed's patch to rebuild rpms in separate thread.
Complete rebuild of createprestorepo Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'createprestorepo/Makefile')
-rw-r--r--createprestorepo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/createprestorepo/Makefile b/createprestorepo/Makefile
index 38fbfc6..c950686 100644
--- a/createprestorepo/Makefile
+++ b/createprestorepo/Makefile
@@ -2,5 +2,7 @@ clean:
rm -f *.pyc *.pyo *~
install:
-# mkdir -p $(DESTDIR)/usr/share/createprestorepo
-# install -m 644 presto.py $(DESTDIR)/usr/lib/yum-plugins
+ install -m 755 createprestorepo $(DESTDIR)/usr/bin/createprestorepo
+ mkdir -p $(DESTDIR)/usr/share/createprestorepo
+ install -m 755 genprestometadata.py $(DESTDIR)/usr/share/createprestorepo
+ install -m 755 dumpMetadata.py $(DESTDIR)/usr/share/createprestorepo