02436d4 set PREFIX when no --target specified

Authored and Committed by phomes 4 years ago
    set PREFIX when no --target specified
    
    PREFIX was only set when a --target was specified. With an empty PREFIX
    the following options would then affect the host system insted of the
    arm image:
    --norootpass
    --selinux
    --sysrq
    --relabel
    
    This patch set the PREFIX to /tmp/root if no --target is specified.
    
        
file modified
+6 -6