mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
pkg.sh: Evaluate pkg.run on Debian
pkg.run is not evaluated on Debian, fix that. For now it's hacked into pkg.sh, which is bound to be replaced by Python. The limited hassle is still worth the detour. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a0b166748a
commit
ca7a5a5265
2 changed files with 74 additions and 24 deletions
|
|
@ -128,7 +128,7 @@ _cat <<- EOT
|
|||
| mkdir -p \`dirname \$INSTALL_LOG\`
|
||||
| > \$INSTALL_LOG
|
||||
| \\\$(MAKE) ENV_PREFIX=\\\$(ENV_PREFIX) INSTALL_LOG=\\\$(INSTALL_LOG) install
|
||||
| PATH=$JWB_SCRIPT_DIR:\\\$(PATH) /bin/bash pkg.sh milk-install-log -p \\\$(ENV_PREFIX) -n \\\$(NAME) -t deb \$INSTALL_LOG \\\$(DEB_DIR)
|
||||
| PATH=$JWB_SCRIPT_DIR:\\\$(PATH) /bin/bash pkg.sh -m $JWB_SCRIPT_DIR milk-install-log -p \\\$(ENV_PREFIX) -n \\\$(NAME) -t deb \$INSTALL_LOG \\\$(DEB_DIR)
|
||||
| dh_installdirs
|
||||
|
|
||||
|override_dh_install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue