mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
create-mkdebian.sh: Fix staging path
Staging path by default is debian/tmp, and the packager (dh_install) looks there and in . for staged files, e.g. ./dist/src/jw-build-1.0.0-93/debian/tmp. This doesn't match the file system layout as created by jw-build's make install, which installs to ./dist/src/jw-build-1.0.0-93/debian/tmp/inst-root. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
921a929cd3
commit
86d95a97f6
1 changed files with 5 additions and 0 deletions
|
|
@ -126,11 +126,16 @@ override_dh_auto_install:
|
|||
PATH=$JWB_SCRIPT_DIR:\\\$(PATH) /bin/bash pkg.sh milk-install-log -p \\\$(ENV_PREFIX) -n \\\$(NAME) -t deb \$INSTALL_LOG \\\$(DEB_DIR)
|
||||
dh_installdirs
|
||||
|
||||
override_dh_install:
|
||||
dh_install --sourcedir=./debian/tmp/inst-root
|
||||
|
||||
override_dh_shlibdeps:
|
||||
LD_LIBRARY_PATH=lib:\\\$(LD_LIBRARY_PATH) dh_shlibdeps
|
||||
|
||||
override_dh_auto_clean:
|
||||
|
||||
override_dh_compress:
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue