Skip to content

Commit

Permalink
Fix invocation of fdupes-help (7) man-page.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlopezroche committed Dec 30, 2019
1 parent 3e0f39f commit d996d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unescaped_program_transform_name=`echo "${program_transform_name}"|sed -e "s&\\\
transformed_program_name=`echo "${PACKAGE_NAME}"|sed -e "${unescaped_program_transform_name}"|sed -e "s&\\\\\\\\&\\\\\\\\\\\\\\\\&g"`
transformed_manpage_name=`echo "${PACKAGE_NAME}-help"|sed -e "${unescaped_program_transform_name}"`

AC_DEFINE_UNQUOTED([HELP_COMMAND_STRING], "man 1 ${transformed_manpage_name}", [fdupes help file])
AC_DEFINE_UNQUOTED([HELP_COMMAND_STRING], "man 7 ${transformed_manpage_name}", [fdupes help file])

AC_DEFINE([_FILE_OFFSET_BITS], [64], [allow fdupes to handle files greater than (2<<31)-1 bytes])

Expand Down

0 comments on commit d996d13

Please sign in to comment.