summaryrefslogtreecommitdiffstats
path: root/presto-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'presto-utils/Makefile')
-rw-r--r--presto-utils/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/presto-utils/Makefile b/presto-utils/Makefile
index 643539c..04817cb 100644
--- a/presto-utils/Makefile
+++ b/presto-utils/Makefile
@@ -8,12 +8,13 @@ install:
ln -s createprestorepo-0.3 $(DESTDIR)/usr/bin/createprestorepo
install -m 755 createdeltarpms $(DESTDIR)/usr/bin/
install -m 755 prunedrpms $(DESTDIR)/usr/bin/
- mkdir -p $(DESTDIR)/usr/share/presto-utils
- install -m 755 genprestometadata.py $(DESTDIR)/usr/share/presto-utils/
- install -m 755 genpresto.py $(DESTDIR)/usr/share/presto-utils/
- install -m 644 dumpMetadata.py $(DESTDIR)/usr/share/presto-utils/
- install -m 755 gendeltarpms.py $(DESTDIR)/usr/share/presto-utils/
- install -m 644 packagelist.py $(DESTDIR)/usr/share/presto-utils/
- install -m 755 doprunedrpms.py $(DESTDIR)/usr/share/presto-utils/
- mkdir -p $(DESTDIR)/usr/share/presto-utils/relaxng
- install -m 644 relaxng/presto.rnc $(DESTDIR)/usr/share/presto-utils/relaxng/
+ mkdir -p $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils
+ install -m 644 genprestometadata.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 genpresto.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 dumpMetadata.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 __init__.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 gendeltarpms.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 packagelist.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ install -m 644 doprunedrpms.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/
+ mkdir -p $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/relaxng
+ install -m 644 relaxng/presto.rnc $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/relaxng/