diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh
index fd82c1a283970511dd9c5d008223420f20c19561..ad0f38fdcb439c2a0d9600331c50f4a5c7dc21ca 100644
--- a/recipes/gcc/recipe.sh
+++ b/recipes/gcc/recipe.sh
@@ -52,6 +52,6 @@ function recipe_clean {
 function recipe_stage {
     dest="$(realpath $1)"
     make DESTDIR="$dest" install-gcc install-target-libgcc
-    find "$dest/{bin,libexec}" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
+    find "$dest"/{bin,libexec} -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
     skip=1
 }