]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-branding.patch
- redone packagegroup groups
[packages/anaconda.git] / anaconda-branding.patch
index 626e05f982637e91e0d9cdc94d0b03bebf315b2d..2e6f7689b6fed301ce3e0734edf142d656d940a7 100644 (file)
@@ -8,10 +8,21 @@
 -productVersion = "bluesky"
 -productPath = "anaconda"
 -bugUrl = "your distribution provided bug reporting tool."
-+productName = "PLD Linux"
++productName = "PLD Linux Distribution"
 +productVersion = "2.0 (Ac)"
 +productPath = "PLD"
 +bugUrl = "http://bugs.pld-linux.org/"
  
  if path is not None:
      f = open(path, "r")
+--- anaconda-11.0.5/iutil.py~  2006-06-06 20:14:33.538984888 +0300
++++ anaconda-11.0.5/iutil.py   2006-06-06 20:31:10.801311289 +0300
+@@ -656,7 +656,7 @@
+     rhpl.arch.canonArch = myarch            
+         
+     f = open("%s/etc/rpm/platform" %(root,), 'w+')
+-    f.write("%s-redhat-linux\n" %(myarch,))
++    f.write("%s-pld-linux\n" %(myarch,))
+     f.close()
+     # FIXME: writing /etc/rpm/macros feels wrong somehow
This page took 0.090212 seconds and 4 git commands to generate.