From: Nathaniel Roach Date: Thu, 12 May 2016 07:17:20 +0000 (+0800) Subject: package/audit: Remove redundant mkdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04f166d4b5b227b426272a2aabf1aad2b763df1c;p=buildroot.git package/audit: Remove redundant mkdir install -D creates the folder, so we don't need the mkdir command Signed-off-by: Nathaniel Roach Signed-off-by: Peter Korsgaard --- diff --git a/package/audit/audit.mk b/package/audit/audit.mk index 329f8c5aca..1fbc623e6a 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -46,7 +46,6 @@ define AUDIT_INSTALL_INIT_SYSTEMD ln -fs ../../../../usr/lib/systemd/system/auditd.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/auditd.service - mkdir -p $(TARGET_DIR)/usr/lib/tmpfiles.d $(INSTALL) -D -m 644 package/audit/audit_tmpfiles.conf \ $(TARGET_DIR)/usr/lib/tmpfiles.d/audit.conf endef