Skip to content

Commit bb1102f

Browse files
committed
fixes
1 parent 9b0fdaa commit bb1102f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=usb-config-scripts
44
PKG_VERSION:=0.1.0
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/usb-config-scripts-$(PKG_VERSION)
88
PKG_SOURCE:=$(PKG_VERSION).tar.gz
9-
PKG_SOURCE_URL:=https://github.com/MaStr/usb-config-scripts/archive/$(PKG_VERSION).tar.gz
9+
PKG_SOURCE_URL:=https://github.com/MaStr/usb-config-scripts/archive/
1010
PKG_MD5SUM:=fe211e1e37530673600f31b1391a79cc
1111
PKG_CAT:=zcat
1212

@@ -46,15 +46,15 @@ endef
4646

4747
define Package/usb-config-scripts/install
4848
$(INSTALL_DIR) $(1)/opt/autocfg
49-
$(INSTALL_DIR) $(1)/opt/autocfg/cfg
49+
$(INSTALL_DIR) $(1)/opt/autocfg/{bin,conf}
5050
$(INSTALL_DIR) $(1)/opt/autocfg/lib
5151
$(INSTALL_DIR) $(1)/opt/autocfg/modules.available
5252
$(INSTALL_DIR) $(1)/opt/autocfg/modules.enabled
5353

5454
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/* $(1)/opt/autocfg/bin/
55-
$(INSTALL_BIN) $(PKG_BUILD_DIR)/cfg/* $(1)/opt/autocfg/cfg/
55+
$(INSTALL_BIN) $(PKG_BUILD_DIR)/conf/* $(1)/opt/autocfg/conf/
5656
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/* $(1)/opt/autocfg/lib/
57-
$(INSTALL_BIN) $(PKG_BUILD_DIR)/modules.available/* $(1)/opt/autocfg/modules.available/*
57+
$(INSTALL_BIN) $(PKG_BUILD_DIR)/modules.available/* $(1)/opt/autocfg/modules.available/
5858
endef
5959

6060
$(eval $(call BuildPackage,usb-config-scripts))

0 commit comments

Comments
 (0)