From c44e4e9cbadfc238ddcaf21ef36417fda2a82772 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 9 Dec 2015 09:24:14 +0100 Subject: [PATCH] wesnoth: typo fix for previous. --- srcpkgs/wesnoth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wesnoth/template b/srcpkgs/wesnoth/template index 595318c6419..2a737217cbe 100644 --- a/srcpkgs/wesnoth/template +++ b/srcpkgs/wesnoth/template @@ -22,6 +22,6 @@ post_install() { wesnoth-data_package() { noarch=yes pkg_install() { - vmove usr/share/$pkgname + vmove usr/share/wesnoth } }