]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-branding.patch
- try with version 11.2.0.24
[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
3@@ -23,10 +23,11 @@
b72db080
ER
4 path = None
5
c2f22095 6 productStamp = ""
b72db080
ER
7-productName = "anaconda"
8-productVersion = "bluesky"
9-productPath = "anaconda"
10-bugUrl = "your distribution provided bug reporting tool."
bce19673 11+productName = "PLD Linux Distribution"
c2f22095 12+productVersion = "3.0 (Th)"
b72db080
ER
13+productPath = "PLD"
14+bugUrl = "http://bugs.pld-linux.org/"
c2f22095 15+
b72db080
ER
16
17 if path is not None:
18 f = open(path, "r")
c2f22095
AM
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 @@
672971de
ER
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.060058 seconds and 4 git commands to generate.