]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-branding.patch
- as there is no upstream tarball, let's use my private tree :)
[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
8da9d5b1
PZ
3@@ -29,11 +29,11 @@
4 else:
b72db080 5 path = None
8da9d5b1 6
919e0e34 7-productStamp = ""
b72db080
ER
8-productName = "anaconda"
9-productVersion = "bluesky"
8da9d5b1 10-productPath = "Packages"
919e0e34 11+productStamp = "pld"
bce19673 12+productName = "PLD Linux Distribution"
c2f22095 13+productVersion = "3.0 (Th)"
b72db080 14+productPath = "PLD"
c5c70e8e
PZ
15 productArch = None
16-bugUrl = "your distribution provided bug reporting tool."
b72db080
ER
17+bugUrl = "http://bugs.pld-linux.org/"
18
19 if path is not None:
20 f = open(path, "r")
This page took 0.031245 seconds and 4 git commands to generate.