diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index 6963278981f..85f6cf44daf 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -44,9 +44,10 @@ fi post_extract() { # Report exact minor version + # Freecad has a record of shipping mismatching version info vminor=${version#*.} vminor=${vminor%%.*} - vsed -i -e "s,^\(set(PACKAGE_VERSION_MINOR\) .*,\1 \"${vminor}\")," CMakeLists.txt + sed -i -e "s,^\(set(PACKAGE_VERSION_MINOR\) .*,\1 \"${vminor}\")," CMakeLists.txt # SubWCRev.py (SCM check) reports "unknown" for these fields vsed -e "s,\${PACKAGE_WCREF},${revision}_voidlinux," \