fixed the reload utility

This commit is contained in:
SJ
2013-09-29 10:24:05 +02:00
parent e9cbc803ab
commit a1060b76d0
4 changed files with 15 additions and 7 deletions

View File

@ -35,10 +35,11 @@ install:
$(INSTALL) -m 0755 $(srcdir)/indexer.delta.sh $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/indexer.main.sh $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/import.sh $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/purge.sh $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/postinstall.sh $(DESTDIR)$(libexecdir)/piler
clean:
rm -f postinstall.sh
distclean: clean
rm -f Makefile