mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19: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
|
|
|