mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
debian/rules: invoke help2man without path
This commit is contained in:
parent
d46c3b8c59
commit
647bf4cb86
3
debian/rules
vendored
3
debian/rules
vendored
@ -49,10 +49,11 @@ override_dh_strip:
|
||||
|
||||
override_dh_installman-arch:
|
||||
mkdir -p debian/pgloader/usr/share/man/man1/
|
||||
PATH=debian/pgloader/usr/bin:$(PATH) \
|
||||
help2man --version-string $(DEB_VERSION_UPSTREAM) \
|
||||
--no-info \
|
||||
--name "extract, transform and load data into PostgreSQL" \
|
||||
debian/pgloader/usr/bin/pgloader > \
|
||||
pgloader > \
|
||||
debian/pgloader/usr/share/man/man1/pgloader.1
|
||||
|
||||
override_dh_gencontrol:
|
||||
|
Loading…
Reference in New Issue
Block a user