[Lunar-commits] <lunar-iso> use ln for spool
Peter de Ridder
peter at lunar-linux.org
Mon Sep 16 12:57:13 CEST 2013
commit 377c87e97c4bc0af9d429ee5b7ddb3690ee080ba
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 16 Sep 2013 03:55:48 -0700
URL: https://github.com/lunar-linux/lunar-iso/commit/377c87e97c4bc0af9d429ee5b7ddb3690ee080ba
use ln for spool
---
mkfiles/stage1.mk | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mkfiles/stage1.mk
+++ b/mkfiles/stage1.mk
@@ -9,7 +9,7 @@ stage1: stage1-cache
$(ISO_TARGET)/.stage1-spool: download
@echo stage1-spool
@mkdir -p $(ISO_TARGET)/var/spool/lunar
- @cp $(ISO_SOURCE)/spool/* $(ISO_TARGET)/var/spool/lunar/
+ @ln $(ISO_SOURCE)/spool/* $(ISO_TARGET)/var/spool/lunar/
@touch $@
stage1-spool: $(ISO_TARGET)/.stage1-spool
More information about the Lunar-commits
mailing list