Skip to content

Commit 47313e7

Browse files
committed
assure that build/ exists to place the manpage there
1 parent ecf1063 commit 47313e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export PYBUILD_NAME = heudiconv
1818
dh $@ --buildsystem=pybuild
1919

2020
override_dh_auto_install:
21+
mkdir -p build
2122
help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
2223
-N --no-discard-stderr bin/heudiconv > build/heudiconv.1
2324
dh_auto_install

0 commit comments

Comments
 (0)