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:
Jan Lindemann 2010-07-19 17:19:18 +00:00 committed by Jan Lindemann
commit 2339a3a73a

View file

@ -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