mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
create-mkdebian.sh: Dh_installdirs was not run anymore after the last fix
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1172923030
commit
e13e5299e3
1 changed files with 4 additions and 3 deletions
|
|
@ -96,9 +96,9 @@ cat << EOF
|
|||
|
||||
override_dh_auto_test:
|
||||
|
||||
dh_installdirs: dh_auto_install
|
||||
@echo "running dh_installdirs ($@)"
|
||||
dh_installdirs
|
||||
override_dh_installdirs:
|
||||
@echo "running override_dh_installdirs ($@)"
|
||||
#dh_installdirs
|
||||
|
||||
override_dh_auto_install:
|
||||
@echo "running override_dh_auto_install ($@)"
|
||||
|
|
@ -106,6 +106,7 @@ override_dh_auto_install:
|
|||
> \$INSTALL_LOG
|
||||
\\\$(MAKE) ENV_PREFIX=\\\$(ENV_PREFIX) INSTALL_LOG=\\\$(INSTALL_LOG) install
|
||||
/bin/bash milk-install-log.sh -p \\\$(ENV_PREFIX) -n \\\$(NAME) -t deb \$INSTALL_LOG \\\$(DEB_DIR)
|
||||
dh_installdirs
|
||||
|
||||
override_dh_shlibdeps:
|
||||
LD_LIBRARY_PATH=lib:\\\$(LD_LIBRARY_PATH) dh_shlibdeps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue