···4040 cd $out
4141 fi
42424343- # Remove symlinks to the input tarballs, they aren't needed.
4444- rm $out/*.tar.gz
4343+ # Remove symlinks to the input tarballs, they aren't needed, use -f so it
4444+ # will not fail if no .tar.gz symlinks are there - for example if
4545+ # sommething which is not a tarball used as a package
4646+ rm -f $out/*.tar.gz
45474648 createOctavePackagesPath $out ${octave}
47495050+ # Create the file even if the loop afterwards has no packages to run over
5151+ touch $out/.octave_packages
4852 for path in ${lib.concatStringsSep " " packages}; do
4953 if [ -e $path/*.tar.gz ]; then
5054 $out/bin/octave-cli --eval "pkg local_list $out/.octave_packages; \