mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Use packager-server instad of crate_packet_descriptions.sh
Change UPDATE_REPO_SH from /opt/ytools/bin/create_packet_descriptions.sh to /opt/packager-server/bin/packager-server
This commit is contained in:
parent
e1c31a8db6
commit
2339a3a73a
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ LD_VERSION = $(shell ld --version | sed '/GNU ld/ !d; s/[^0-9]*\([0-
|
|||
LD_MAJOR = $(shell echo $(LD_VERSION) | cut -d. -f1)
|
||||
LD_MINOR = $(shell echo $(LD_VERSION) | cut -d. -f2)
|
||||
LD_REV = $(shell echo $(LD_VERSION) | cut -d. -f3)
|
||||
UPDATE_REPO_SH = /opt/ytools/bin/create_packet_descriptions.sh
|
||||
UPDATE_REPO_SH = /opt/packager-server/bin/packager-server
|
||||
|
||||
# -- target files and dirs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue