fix PYTHONDIR for new _glob
This commit is contained in:
parent
f1963a2102
commit
c00a0afd21
@ -2,7 +2,7 @@
|
||||
<%
|
||||
KEYMAP_OVERRIDE = "usr/share/anaconda/keymaps-override-%s" % arch.basearch
|
||||
SCREENFONT = "usr/share/anaconda/screenfont-%s.gz" % arch.basearch
|
||||
PYTHONDIR = glob(root+"/usr/"+arch.libdir+"/python?.?")[0]
|
||||
PYTHONDIR = glob("usr/"+arch.libdir+"/python?.?")[0]
|
||||
stubs = ("list-harddrives", "loadkeys", "mknod", "raidstart", "raidstop")
|
||||
%>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user