mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-29 10:26:05 +01:00
Update extract.py
This commit is contained in:
@@ -633,7 +633,7 @@ def NEOBootMainEx(source, target, stopenigma, CopyFiles, CopyKernel, TvList, Lan
|
||||
# rc = os.system(cmd)
|
||||
cmd = 'cp -rf /usr/lib/periodon ' + getNeoLocation() + 'ImageBoot/%s/usr/lib/periodon' % target
|
||||
rc = os.system(cmd)
|
||||
cmd = 'cp -rf /usr/lib/enigma2/python/Tools/Testinout.pyo ' + getNeoLocation() + 'ImageBoot/%s/usr/lib/enigma2/python/Tools/Testinout.pyo' % target
|
||||
cmd = 'cp -rf /usr/lib/enigma2/python/Tools/Testinout.py ' + getNeoLocation() + 'ImageBoot/%s/usr/lib/enigma2/python/Tools/Testinout.py' % target
|
||||
rc = os.system(cmd)
|
||||
os.system('mkdir -p ' + media_target + '/media/hdd' + dev_null)
|
||||
os.system('mkdir -p ' + media_target + '/media/usb' + dev_null)
|
||||
|
||||
Reference in New Issue
Block a user