Skip to content

Commit

Permalink
debian: make sure ndmp headers are generated first
Browse files Browse the repository at this point in the history
Due to broken ordering in the makefile the ndmp headers might be created
too late. This patch now generates them before invoking the "real" make.
  • Loading branch information
arogge committed Aug 27, 2020
1 parent 7fca019 commit c5bfaf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -99,6 +99,10 @@ override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FULL); \
fi

override_dh_auto_build:
make -C src/ndmp ndmp0.h ndmp2.h ndmp3.h ndmp4.h ndmp9.h
dh_auto_build

override_dh_fixperms:
# all files in /etc/bareos
dh_fixperms \
Expand Down

0 comments on commit c5bfaf5

Please sign in to comment.