mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
dectmngr: fix an error in Makefile for PKG_SOURCE_SUBDIR
This commit is contained in:
parent
b861a89031
commit
1f3c696867
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ PKG_LICENSE_FILES:=LICENSE
|
|||
RSTRIP:=true
|
||||
export BUILD_DIR
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_RELEASE)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue