summaryrefslogtreecommitdiffstats
path: root/presto-utils/Makefile
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-07-08 14:32:53 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-07-08 15:10:05 -0400
commit88748c78fb56a0d82dfb9610f2b9feeb0a7976cb (patch)
tree52c05b066f1f43536be9b8b89487dfc620537731 /presto-utils/Makefile
parent0a515ce71e644efec6043082a0ea35c6d4313d48 (diff)
downloadpresto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.tar.gz
presto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.tar.xz
presto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.zip
Modulize presto-utils
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/