Skip to content

Commit

Permalink
Merge pull request #61 from OdyX/deb-kfreebsd-executables
Browse files Browse the repository at this point in the history
CUPS_EXE_FILE_PERM: also match host_os_name on *-gnu, to also catch kfreebsd-gnu
  • Loading branch information
michaelrsweet authored Dec 3, 2020
2 parents 96beabe + 27777c0 commit a92ee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-scripts/cups-defaults.m4
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dnl Default executable file permissions
AC_ARG_WITH(exe_file_perm, [ --with-exe-file-perm set default executable permissions value, default=0555],
CUPS_EXE_FILE_PERM="$withval",
[case "$host_os_name" in
linux* | gnu*)
linux* | gnu* | *-gnu)
CUPS_EXE_FILE_PERM="755"
;;
*)
Expand Down

0 comments on commit a92ee51

Please sign in to comment.