install-common:
install -d -m755 $(DESTDIR)$(pfx)/lib/haskell-amqp-utils
- install -m755 callback $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/
+ install -m755 callback copy-to-hotfolder $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/
install -m644 callback.config.sh $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/
$(MAKE) -C doc DESTDIR=$(DESTDIR) pfx=$(pfx) install
uninstall:
rm -f $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/callback
+ rm -f $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/copy-to-hotfolder
rm -f $(DESTDIR)$(pfx)/lib/haskell-amqp-utils/callback.config.sh
rm -f $(DESTDIR)$(pfx)/bin/konsum
rm -f $(DESTDIR)$(pfx)/bin/agitprop