EmulationStation-rpi: add license
This commit is contained in:
parent
f9e1895f8c
commit
8735cefb96
1 changed files with 4 additions and 0 deletions
|
@ -19,3 +19,7 @@ wrksrc=EmulationStation-$_githash
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "s#/opt/vc#$XBPS_CROSS_BASE\0#; s/EGL/\0 GLESv2/" CMakeLists.txt
|
sed -i "s#/opt/vc#$XBPS_CROSS_BASE\0#; s/EGL/\0 GLESv2/" CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue