forked from Mirror/pmbootstrap
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
This commit is contained in:
parent
6dbf3c7872
commit
314c17e03c
253 changed files with 58 additions and 42 deletions
|
@ -28,7 +28,7 @@ def deviceinfo(args, device=None):
|
|||
if not device:
|
||||
device = args.device
|
||||
|
||||
aport = args.aports + "/device-" + device
|
||||
aport = args.aports + "/device/device-" + device
|
||||
if not os.path.exists(aport) or not os.path.exists(aport + "/deviceinfo"):
|
||||
logging.fatal("You will need to create a device-specific package")
|
||||
logging.fatal("before you can continue. Please create at least the")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue