ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

deb package script man directory incorrect #24

Closed skx7 closed 11 years ago

skx7 commented 11 years ago

hi - first of all thank you for your great application - make package results in vobsub2srt.1.gz being placed in incorrect directory path /usr/INSTALL_MAN_DIR/ instead of correct patch /usr/share/man/man1/

make package was done on Debian Wheezy (testing)

ruediger commented 11 years ago

Thanks for reporting the issue. I introduced it recently while adding the INSTALL_DOC_DIR flag. It should be fixed in master now. Sorry for the inconvenience!

ruediger commented 11 years ago

Where does it install the binary? You should probably try with

./configure -DCMAKE_INSTALL_PREFIX=/usr
make package