OSDN Git Service

debian: update rules to include feedfetcher
authorhylom <hylom@users.sourceforge.jp>
Wed, 6 Sep 2017 11:23:48 +0000 (20:23 +0900)
committerhylom <hylom@users.sourceforge.jp>
Wed, 6 Sep 2017 11:23:48 +0000 (20:23 +0900)
debian/rules

index 59dcb3d..8f7f513 100755 (executable)
@@ -22,6 +22,7 @@ install/$(CORE)::
          -exec install -pDm 644 {} $(CORE_DEST)/{} \;
        install -pDm 755 $(SRCDIR)/script/newslash_web $(CORE_DEST)/script/newslash_web
        install -pDm 755 $(SRCDIR)/script/newslash_eventd $(CORE_DEST)/script/newslash_eventd
+       install -pDm 755 $(SRCDIR)/script/newslash_feed_fetcher $(CORE_DEST)/script/newslash_feed_fetcher
        mkdir -m 755 -p $(CORE_ETC)
        install -pDm 644 $(CONFDIR)/newslash.conf.example $(CORE_ETC)/newslash.conf.example