mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
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
|
|
|