Skip to content

Commit

Permalink
Fix source distribution path
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 5, 2023
1 parent 3eeb8c5 commit e90a3e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cross/selfoss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ HOMEPAGE = https://selfoss.aditu.de/
COMMENT = The new multipurpose rss reader, live stream, mashup, aggregation web application.
LICENSE = GPLv3

EXTRACT_PATH = $(WORK_DIR)/$(PKG_DIR)
INSTALL_TARGET = selfoss_install

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

.PHONY: selfoss_install
selfoss_install:
mkdir -p $(STAGING_INSTALL_PREFIX)/share/selfoss
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/selfoss
mkdir -p $(STAGING_INSTALL_PREFIX)/share/$(PKG_NAME)
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/$(PKG_NAME)

0 comments on commit e90a3e4

Please sign in to comment.