]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-branding.patch
- use util-linux virtual
[packages/anaconda.git] / anaconda-branding.patch
index caa82cbc74c6047c14ba36654711edaecd2f5056..5d9b7431e8cdbb49e53944e393ed35f7731cc3e4 100644 (file)
@@ -1,29 +1,20 @@
 --- anaconda-11.2.0.24.org/product.py  2006-05-08 22:22:44.000000000 +0200
 +++ anaconda-11.2.0.24/product.py      2007-02-20 19:14:33.134623000 +0100
-@@ -23,10 +23,11 @@
+@@ -29,11 +29,11 @@
+ else:
      path = None
-     
- productStamp = ""
+-productStamp = ""
 -productName = "anaconda"
 -productVersion = "bluesky"
--productPath = "anaconda"
--bugUrl = "your distribution provided bug reporting tool."
+-productPath = "Packages"
++productStamp = "pld"
 +productName = "PLD Linux Distribution"
 +productVersion = "3.0 (Th)"
 +productPath = "PLD"
+ productArch = None
+-bugUrl = "your distribution provided bug reporting tool."
 +bugUrl = "http://bugs.pld-linux.org/"
-+
  
  if path is not None:
      f = open(path, "r")
---- anaconda-11.2.0.24.org/iutil.py    2007-01-15 20:42:54.000000000 +0100
-+++ anaconda-11.2.0.24/iutil.py        2007-02-20 19:14:46.322623000 +0100
-@@ -421,7 +421,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.087905 seconds and 4 git commands to generate.