mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
jw-pkg supports more than RPM-based package managers, but for historic reasons, lots of its Makefile variables still have "RPM" in their names. This is misleading. Replace "RPM" in variable names by the more generic "PKG" where appropriate. Signed-off-by: Jan Lindemann <jan@janware.com>
14 lines
434 B
Makefile
14 lines
434 B
Makefile
# (c) 2001 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
JWBDIR ?= $(TOPDIR)
|
|
JANWARE_WIKI = priv
|
|
JANWARE_URL_DOC_PROJECT ?= https://janware.com/wiki/pub/en/sw/build/cheat_sheet
|
|
|
|
# pkg-dist.mk variable overrides
|
|
FTP_SRC_GROUP = ytsrc
|
|
FTP_RUN_GROUP = ytrun
|
|
FTP_DEV_GROUP = ytdev
|
|
FTP_FILE_MODE = 644
|
|
FTP_DIR_MODE = 755
|