mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Adapted to change in packager-server usage
This commit is contained in:
parent
c1c0e3737d
commit
3179c8eb0c
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/packager-server/bin/packager-server
|
||||
UPDATE_REPO_SH = /opt/packager-server/bin/packager-server schedule-rebuild
|
||||
|
||||
# -- target files and dirs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue