]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- find booty from lib64 dir
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 May 2006 20:50:00 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-libdir.patch -> 1.3

anaconda-libdir.patch

index 9509f5b19d0b622b7284f1715575a76db318b7c4..9b05aea60494422455de150883fb215e0e10f2d2 100644 (file)
@@ -11,8 +11,8 @@
  ANACONDADATADIR = /usr/share/anaconda
  PYTHON = python2.4
  PYTHONINCLUDE = /usr/include/$(PYTHON)
---- ./anaconda 2006-03-06 21:45:27.000000000 +0200
-+++ /usr/sbin/anaconda 2006-05-18 23:34:39.000000000 +0300
+--- ./anaconda~        2006-05-18 23:34:39.000000000 +0300
++++ ./anaconda 2006-05-18 23:48:57.000000000 +0300
 @@ -275,12 +275,7 @@
  
  # handle updates of just a single file in a python package
@@ -41,7 +41,7 @@
        
        if os.access("/mnt/source/RHupdates/%s" %(pypkg,), os.X_OK):
            try:
-@@ -330,9 +320,9 @@
+@@ -330,15 +320,15 @@
      sys.path.append('textw')
      sys.path.append('iw')
  else:
  
  if (os.path.exists('booty')):
      sys.path.append('booty')
+     sys.path.append('booty/edd')
+ else:
+-    sys.path.append('/usr/lib/booty')
++    sys.path.append('/usr/%s/booty' % sys.lib)
+ sys.path.append('/usr/share/system-config-keyboard')
+ sys.path.append('/usr/share/system-config-date')
This page took 0.102189 seconds and 4 git commands to generate.