From 1f523729e4089c16a1ebd97c6b50a6c06da7f0e1 Mon Sep 17 00:00:00 2001 From: Ypnose <linuxien@legtux.org> Date: Thu, 29 Aug 2013 14:44:16 +0200 Subject: [PATCH] ls++-git: move config file to /etc --- srcpkgs/ls++-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ls++-git/template b/srcpkgs/ls++-git/template index ebbc51b10fb..bf1c05ea74d 100644 --- a/srcpkgs/ls++-git/template +++ b/srcpkgs/ls++-git/template @@ -20,6 +20,6 @@ ls++-git_package() { conf_files="/etc/ls++.conf" noarch="yes" pkg_install() { - vmove usr + vmove all } }