diff --git a/debian/rules b/debian/rules index 0f22057b74a92c45d3a18f731b05f37a29479dcd..c3ff70f73465fa27c016bf41cfef25458f8fb87c 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ install: build $(HTOOLS_DIR)/usr/lib/ganeti/iallocators/ mkdir -p $(HTOOLS_DIR)/usr/share/man/man1 - for i in htools hail hbal hscan hspace; do \ + for i in htools hail hbal hscan hspace hinfo; do \ mv $(GANETI_DIR)/usr/share/man/man1/$${i}.1 \ $(HTOOLS_DIR)/usr/share/man/man1/ ; \ done