Skip to content

Commit

Permalink
Sync script setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Feb 20, 2023
1 parent fb38caf commit 951f737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cross/jackett-mono/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ INSTALL_TARGET = jackett_install

include ../../mk/spksrc.install-resources.mk

.PHONY: jackett_install
jackett_install:
mkdir -p $(STAGING_INSTALL_PREFIX)/share
tar -cf - -C $(WORK_DIR)/$(PKG_NAME) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share
3 changes: 2 additions & 1 deletion cross/jackett/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif

include ../../mk/spksrc.install-resources.mk

.PHONY: jackett_install
jackett_install:
mkdir -p $(STAGING_INSTALL_PREFIX)/share
tar -cf - -C $(WORK_DIR)/$(PKG_NAME) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share
6 changes: 3 additions & 3 deletions spk/jackett/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ include ../../mk/spksrc.spk.mk

.PHONY: jackett_extra_install
jackett_extra_install:
install -m 755 -d $(STAGING_DIR)/var
install -m 755 -d $(STAGING_DIR)/var/.config
install -m 755 -d $(STAGING_DIR)/var/.config/Jackett
@install -m 755 -d $(STAGING_DIR)/var
@install -m 755 -d $(STAGING_DIR)/var/.config
@install -m 755 -d $(STAGING_DIR)/var/.config/Jackett

0 comments on commit 951f737

Please sign in to comment.