Skip to content

Commit

Permalink
zeroc-ice33: Fix extract failure
Browse files Browse the repository at this point in the history
Fixes an error introduced in 130790a
in which not all instances of the patchfile name were changed.
  • Loading branch information
ryandesign authored and blair committed Jun 2, 2018
1 parent b7acbad commit 26bfa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/zeroc-ice33/Portfile
Expand Up @@ -79,7 +79,7 @@ patch {
ui_debug ${cmd}
system ${cmd}

set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.diff"
set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.cpp.diff"
ui_debug ${cmd}
system ${cmd}

Expand Down

0 comments on commit 26bfa47

Please sign in to comment.