From cd388b37a54324a34ea99231b09c1547f285f38e Mon Sep 17 00:00:00 2001 From: Muhammad Ali <mali@laas.fr> Date: Tue, 18 Jan 2011 18:18:12 +0100 Subject: [PATCH] [wip/viman-tags] Remove the subdirectory "tags" in the installation path --- viman-tags/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viman-tags/Makefile b/viman-tags/Makefile index f6c25b47..06cd279c 100644 --- a/viman-tags/Makefile +++ b/viman-tags/Makefile @@ -22,7 +22,7 @@ include ../../pkgtools/install-sh/depend.mk include ../../mk/robotpkg.mk do-install: - install -d ${PREFIX}/share/viman/tags - cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX}/share/viman/tags + install -d ${PREFIX}/share/viman/ + cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX}/share/viman/ -- GitLab