Skip to content
Snippets Groups Projects
Commit 078786a2 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

festival: making install task distro-independent (resolves #285)

parent be349dad
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ do_install() {
install -m 0755 ${S}/bin/text2wave ${D}${bindir}
install -m 0755 -d ${D}${libdir}
install -m 0644 ${S}/lib/etc/unknown_DebianGNULinux/audsp ${D}${libdir}
install -m 0644 ${S}/lib/etc/unknown_*/audsp ${D}${libdir}
install -m 0755 -d ${D}${datadir}/festival
install -m 0644 ${S}/lib/*scm ${D}${datadir}/festival
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment