From 4983dfef44851c9ddd8efc99f39cc7b609b54d35 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 21 Dec 2014 14:01:17 +0000 Subject: Remove a directory that is created/deleted by rc script from stagedir --- www/squid/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/squid/Makefile b/www/squid/Makefile index ae4793d28d03..f0b421d1ebff 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -339,6 +339,7 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${MYDOCS} ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}/var/squid/logs + ${RMDIR} ${STAGEDIR}/var/run/squid .include -- cgit v1.2.3