From e97feab3f997bca3fceb554c7ccbbc472a046c3e Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 31 Jul 2014 12:23:03 +0000 Subject: [PATCH] Use mv instead of install to avoid stale files in stagedir. --- net-mgmt/kismet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 62d9fd84a0e7..ab5f09551d8d 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -94,9 +94,9 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/ruby/* ${STAGEDIR}${EXAMPLESDIR} .endif - @${INSTALL_DATA} ${WRKSRC}/conf/kismet.conf \ + @${MV} ${STAGEDIR}${PREFIX}/etc/kismet.conf \ ${STAGEDIR}${PREFIX}/etc/kismet.conf.sample - @${INSTALL_DATA} ${WRKSRC}/conf/kismet_drone.conf \ + @${MV} ${STAGEDIR}${PREFIX}/etc/kismet_drone.conf \ ${STAGEDIR}${PREFIX}/etc/kismet_drone.conf.sample .include