]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-branding.patch
- search for X11 binary from (somewhat) correct location
[packages/anaconda.git] / anaconda-branding.patch
1 --- anaconda-11.0.5/product.py~ 2006-03-13 21:12:36.000000000 +0200
2 +++ anaconda-11.0.5/product.py  2006-05-25 00:21:19.708387579 +0300
3 @@ -23,10 +23,10 @@
4      path = None
5      
6  
7 -productName = "anaconda"
8 -productVersion = "bluesky"
9 -productPath = "anaconda"
10 -bugUrl = "your distribution provided bug reporting tool."
11 +productName = "PLD Linux Distribution"
12 +productVersion = "2.0 (Ac)"
13 +productPath = "PLD"
14 +bugUrl = "http://bugs.pld-linux.org/"
15  
16  if path is not None:
17      f = open(path, "r")
This page took 0.025049 seconds and 3 git commands to generate.