diff options
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files 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} |