parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

torbrowser-launcher-distro.patch (203B)


      1 --- a/setup.py
      2 +++ b/setup.py
      3 @@ -35,7 +35,7 @@ from distutils.core import setup
      4  SHARE = 'share'
      5  
      6  # detect linux distribution
      7 -distro = platform.dist()[0]
      8 +distro = 'gentoo'
      9  
     10  
     11  def file_list(path):