]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-branding.patch
- enable system-logs for GUI
[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")
18 --- anaconda-11.0.5/iutil.py~   2006-06-06 20:14:33.538984888 +0300
19 +++ anaconda-11.0.5/iutil.py    2006-06-06 20:31:10.801311289 +0300
20 @@ -656,7 +656,7 @@
21      rhpl.arch.canonArch = myarch            
22          
23      f = open("%s/etc/rpm/platform" %(root,), 'w+')
24 -    f.write("%s-redhat-linux\n" %(myarch,))
25 +    f.write("%s-pld-linux\n" %(myarch,))
26      f.close()
27  
28      # FIXME: writing /etc/rpm/macros feels wrong somehow
This page took 0.043009 seconds and 3 git commands to generate.