From 41767eea561078b3ad55853fbacfbda817e4d964 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 21 Jun 2012 15:11:34 +0000 Subject: [PATCH] - Remove -p from MKDIR Reported by: zi --- net/quagga/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 5204e9052e09..65d2ed45ee8e 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -149,8 +149,8 @@ pre-everything:: @${ECHO} "LOCALSTATE_DIR Specify directory for Quagga runtime files" post-install: - @${MKDIR} -p ${LOCALSTATE_DIR} - @${MKDIR} -p ${SYSCONF_DIR} + @${MKDIR} ${LOCALSTATE_DIR} + @${MKDIR} ${SYSCONF_DIR} @${CHOWN} -R ${ENABLE_USER}:${ENABLE_GROUP} ${LOCALSTATE_DIR} \ ${SYSCONF_DIR} @${CAT} ${PKGMESSAGE}