#! /bin/sh /usr/share/dpatch/dpatch-run ## 18_allow_deeper_trees.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad gnomebaker-0.6.0~/src/execfunctions.c gnomebaker-0.6.0/src/execfunctions.c --- gnomebaker-0.6.0~/src/execfunctions.c 2006-12-04 19:37:06.000000000 -0200 +++ gnomebaker-0.6.0/src/execfunctions.c 2006-12-04 19:38:48.000000000 -0200 @@ -702,7 +702,7 @@ } exec_cmd_add_arg(e, "-iso-level"); - exec_cmd_add_arg(e, "3"); + exec_cmd_add_arg(e, "4"); exec_cmd_add_arg(e, "-l"); /* allow 31 character iso9660 filenames */ if(preferences_get_bool(GB_ROCKRIDGE))