summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-03-26 09:29:05 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-03-26 09:29:05 +0300
commitfefaa0389539e4433d6ae4d0c85a459304bbbbe6 (patch)
treef1e2e8b58ae4930596d6d6d330291436636d711c /Makefile
parentfff4696a43faa32f41d5c1726847b51c68db8d60 (diff)
downloadpresto-fefaa0389539e4433d6ae4d0c85a459304bbbbe6.tar.gz
presto-fefaa0389539e4433d6ae4d0c85a459304bbbbe6.tar.xz
presto-fefaa0389539e4433d6ae4d0c85a459304bbbbe6.zip
Added logging to /var/log/presto.log
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ea597a..23f7848 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,5 @@ install:
install -m 644 shared/prestoRepo.py $(DESTDIR)/usr/share/presto
install -m 644 shared/prestomdparser.py $(DESTDIR)/usr/share/presto
install -m 644 shared/prestoTransaction.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestoLog.py $(DESTDIR)/usr/share/presto
install -m 644 shared/deltarpm.py $(DESTDIR)/usr/share/presto