diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template index 616e8bcaff4..84fb03c2bc5 100644 --- a/srcpkgs/widelands/template +++ b/srcpkgs/widelands/template @@ -1,7 +1,7 @@ # Template file for 'widelands' pkgname=widelands version=19 -revision=2 +revision=3 wrksrc=${pkgname}-build${version}-src build_style=cmake configure_args=" @@ -31,6 +31,10 @@ pre_configure() { } post_install() { + # For some reason the binary is installed as /usr/widelands - move it + vmkdir usr/bin + mv ${DESTDIR}/usr/${pkgname} ${DESTDIR}/usr/bin + vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications }