From f4417f7ad8f2da7d99c48eead14b0a2e8ad0f387 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 6 Nov 2014 19:35:34 +0000 Subject: package/*: replace occurences of 'ln -sf' to '$(LN)' Signed-off-by: Nicolas Thill SVN-Revision: 43205 --- package/base-files/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 83b9929ead..aeba973879 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -133,11 +133,11 @@ define Package/base-files/install mkdir -p $(1)/sys mkdir -p $(1)/www mkdir -p $(1)/root - ln -sf /proc/mounts $(1)/etc/mtab + $(LN) /proc/mounts $(1)/etc/mtab rm -f $(1)/var - ln -sf /tmp $(1)/var + $(LN) /tmp $(1)/var mkdir -p $(1)/etc - ln -sf /tmp/resolv.conf /tmp/fstab /tmp/TZ $(1)/etc/ + $(LN) /tmp/resolv.conf /tmp/fstab /tmp/TZ $(1)/etc/ chmod 0600 $(1)/etc/shadow chmod 1777 $(1)/tmp -- cgit v1.2.3