Skip to content
  • Kevin Daudt's avatar
    main/rsync: prevent aports version being reported · cddd5152
    Kevin Daudt authored and Natanael Copa's avatar Natanael Copa committed
    mkgitver by default uses the version returned by `git describe`. Because
    the package is built in the aports tree, it uses the aports version
    rather than the version included in the archive in version.h.
    
    Override mkgitver to only use that version, rather than the output of
    `git describe`.
    
    (cherry picked from commit e34ba444)
    cddd5152