mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if ! test -e /etc/.configured; then
|
|
> /etc/.configured
|
|
fi
|
|
|