]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-branding.patch
- fixed
[packages/anaconda.git] / anaconda-branding.patch
CommitLineData
c2f22095
AM
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
c5c70e8e 3@@ -23,11 +23,11 @@
b72db080
ER
4 path = None
5
919e0e34 6-productStamp = ""
b72db080
ER
7-productName = "anaconda"
8-productVersion = "bluesky"
9-productPath = "anaconda"
919e0e34 10+productStamp = "pld"
bce19673 11+productName = "PLD Linux Distribution"
c2f22095 12+productVersion = "3.0 (Th)"
b72db080 13+productPath = "PLD"
c5c70e8e
PZ
14 productArch = None
15-bugUrl = "your distribution provided bug reporting tool."
b72db080
ER
16+bugUrl = "http://bugs.pld-linux.org/"
17
18 if path is not None:
19 f = open(path, "r")
c2f22095
AM
20--- anaconda-11.2.0.24.org/iutil.py 2007-01-15 20:42:54.000000000 +0100
21+++ anaconda-11.2.0.24/iutil.py 2007-02-20 19:14:46.322623000 +0100
22@@ -421,7 +421,7 @@
672971de
ER
23 rhpl.arch.canonArch = myarch
24
25 f = open("%s/etc/rpm/platform" %(root,), 'w+')
26- f.write("%s-redhat-linux\n" %(myarch,))
27+ f.write("%s-pld-linux\n" %(myarch,))
28 f.close()
29
30 # FIXME: writing /etc/rpm/macros feels wrong somehow
This page took 0.028032 seconds and 4 git commands to generate.