diff --git a/srcpkgs/widelands-maps/template b/srcpkgs/widelands-maps/template index d2df33b119a..23041697110 100644 --- a/srcpkgs/widelands-maps/template +++ b/srcpkgs/widelands-maps/template @@ -1,7 +1,7 @@ # Template file for 'widelands-maps' pkgname=widelands-maps version=1.1 -revision=1 +revision=2 short_desc="Additional maps for Widelands v18" maintainer="Jürgen Buchmüller " license="GPL-2" @@ -12,5 +12,7 @@ noarch=yes do_install() { vmkdir usr/share/widelands + # Now contained in widelands-19 + rm -rvf maps/Wideworld.wmf mv ${wrksrc}/maps ${DESTDIR}/usr/share/widelands }