diff -r b3edfead728b -r d9694ca1b7fc Makefile --- a/Makefile Tue Feb 03 11:00:50 2009 +0000 +++ b/Makefile Wed Feb 11 10:34:18 2009 +0000 @@ -13,6 +13,10 @@ || install -m644 config.pm $(DESTDIR)/$(sysconfdir)/config.pm install -d $(bindir) install -m755 $(bin_SCRIPTS) $(DESTDIR)/$(bindir)/ + + install -d $(DESTDIR)/usr/share/perl5/Logbuch + install -m644 Logbuch/HG.pm $(DESTDIR)/usr/share/perl5/Logbuch/ + cd $(DESTDIR)/$(bindir) && ln -sf log logbuch clean: