Skip to content

Commit

Permalink
Merge pull request #1053 from a-gave/fix/lime-docs-update-source-url
Browse files Browse the repository at this point in the history
lime-docs: update PKG_SOURCE_URL
  • Loading branch information
ilario authored Jan 10, 2024
2 parents 361645e + 02673f0 commit 5a50b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lime-docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ PKG_NAME:=lime-docs
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/libremesh/lime-web/trunk/docs
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_URL:=https://github.com/libremesh/libremesh.github.io/
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=HEAD
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

Expand Down Expand Up @@ -67,13 +67,13 @@ endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/www/docs/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/en_*.txt $(1)/www/docs/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/docs/en_*.txt $(1)/www/docs/
@ln -s /www/docs $(1)/docs
endef

define Package/$(PKG_NAME)-it/install
$(INSTALL_DIR) $(1)/www/docs/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/it_*.txt $(1)/www/docs/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/docs/it_*.txt $(1)/www/docs/
@ln -s /www/docs $(1)/docs
endef

Expand Down

0 comments on commit 5a50b6f

Please sign in to comment.