Browse Source

Merge pull request #2911 from ffainelli/stoken

stoken: Fix binary installation
lilik-openwrt-22.03
Florian Fainelli 8 years ago
committed by GitHub
parent
commit
9ca1b31155
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/stoken/Makefile

+ 2
- 2
utils/stoken/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=stoken
PKG_VERSION:=0.8
PKG_REV:=c4d79ffbf5053e44be4b64da22b1b7fb6a51daf2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/cernekee/stoken.git
@ -65,7 +65,7 @@ endef
define Package/stoken/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/stoken $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stoken $(1)/usr/bin/
endef
define Package/libstoken/install


Loading…
Cancel
Save