Comment 2 for bug 963062

Revision history for this message
Scott Moser (smoser) wrote : Re: distro-info should have posix shell cmdline tool

This script expects either _DISTRO_INFO_DISTRO to be set in environment, or to be edited appropriately to replace '@@DISTRO@@'

Ie:
   for d in ubuntu debian; do
      sed "s,@@DISTRO@@,$d," distro-info.in > $d-distro-info
   done