EmulationStation-rpi: add license

This commit is contained in:
Michael Gehring 2017-07-15 22:28:22 +00:00
parent f9e1895f8c
commit 8735cefb96
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ wrksrc=EmulationStation-$_githash
pre_configure() {
sed -i "s#/opt/vc#$XBPS_CROSS_BASE\0#; s/EGL/\0 GLESv2/" CMakeLists.txt
}
post_install() {
vlicense LICENSE.md
}