summaryrefslogtreecommitdiffstats
path: root/createprestorepo/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-04-23 19:58:39 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-04-23 19:58:39 +0300
commite5735fab4d9c85a52a8da4e86a88ac3ad66631e7 (patch)
tree1836169b86890fe867007199ccd3944c59952a58 /createprestorepo/Makefile
parentdb43deac319ab8742b05fbdf34e22c154635900b (diff)
downloadpresto-e5735fab4d9c85a52a8da4e86a88ac3ad66631e7.tar.gz
presto-e5735fab4d9c85a52a8da4e86a88ac3ad66631e7.tar.xz
presto-e5735fab4d9c85a52a8da4e86a88ac3ad66631e7.zip
createprestorepo - full source
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'createprestorepo/Makefile')
-rw-r--r--createprestorepo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/createprestorepo/Makefile b/createprestorepo/Makefile
index c950686..a7f6004 100644
--- a/createprestorepo/Makefile
+++ b/createprestorepo/Makefile
@@ -2,7 +2,9 @@ clean:
rm -f *.pyc *.pyo *~
install:
- install -m 755 createprestorepo $(DESTDIR)/usr/bin/createprestorepo
+ install -m 755 createprestorepo $(DESTDIR)/usr/bin/
+ install -m 755 makedeltarepo $(DESTDIR)/usr/bin/
mkdir -p $(DESTDIR)/usr/share/createprestorepo
install -m 755 genprestometadata.py $(DESTDIR)/usr/share/createprestorepo
install -m 755 dumpMetadata.py $(DESTDIR)/usr/share/createprestorepo
+ install -m 755 gendeltarpms.py $(DESTDIR)/usr/share/createprestorepo