[PATCH] Put _isys.so to right place

Vratislav Podzimek vpodzime at redhat.com
Tue Jan 29 13:35:28 UTC 2013


We need it in the $UPDATES/pyanaconda/isys so that it can be imported
from the updated $UPDATES/pyanaconda/isys/__init__.py module.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 scripts/makeupdates | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index c69cd0a..5591dc1 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -227,7 +227,7 @@ def copyUpdatedIsys(updates, cwd):
     # $updatedir/run/install/updates.
     tmpupdates = updates.rstrip('/')
     if not tmpupdates.endswith("/run/install/updates/pyanaconda"):
-        tmpupdates = os.path.join(tmpupdates, "run/install/updates/pyanaconda")
+        tmpupdates = os.path.join(tmpupdates, "run/install/updates/pyanaconda/isys")
 
     isysmodule = os.path.realpath(cwd + '/pyanaconda/isys/.libs/_isys.so')
     if os.path.isfile(isysmodule):
-- 
1.7.11.7



More information about the anaconda-patches mailing list