]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-branding.patch
- updated API
[packages/anaconda.git] / anaconda-branding.patch
1 --- anaconda-11.2.0.24.org/product.py   2006-05-08 22:22:44.000000000 +0200
2 +++ anaconda-11.2.0.24/product.py       2007-02-20 19:14:33.134623000 +0100
3 @@ -23,11 +23,11 @@
4      path = None
5      
6  productStamp = ""
7 -productName = "anaconda"
8 -productVersion = "bluesky"
9 -productPath = "anaconda"
10 +productName = "PLD Linux Distribution"
11 +productVersion = "3.0 (Th)"
12 +productPath = "PLD"
13  productArch = None
14 -bugUrl = "your distribution provided bug reporting tool."
15 +bugUrl = "http://bugs.pld-linux.org/"
16  
17  if path is not None:
18      f = open(path, "r")
19 --- anaconda-11.2.0.24.org/iutil.py     2007-01-15 20:42:54.000000000 +0100
20 +++ anaconda-11.2.0.24/iutil.py 2007-02-20 19:14:46.322623000 +0100
21 @@ -421,7 +421,7 @@
22      rhpl.arch.canonArch = myarch            
23          
24      f = open("%s/etc/rpm/platform" %(root,), 'w+')
25 -    f.write("%s-redhat-linux\n" %(myarch,))
26 +    f.write("%s-pld-linux\n" %(myarch,))
27      f.close()
28  
29      # FIXME: writing /etc/rpm/macros feels wrong somehow
This page took 0.034691 seconds and 3 git commands to generate.