From b9237c1fcc1f1150558fb76d6a8eaad55dfabb2b Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Mon, 19 Mar 2012 14:56:48 +0900 Subject: [PATCH] [Title] Fix install bug [Type] [Module] Emulator/ [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/Makefile b/tizen/src/Makefile index 22eb3c6..59091e8 100644 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -45,4 +45,4 @@ install: all cp -dpr ../../pc-bios/pxe-virtio.rom $(EMUL_DIR)/x86/data/pc-bios cp -dpr ../../pc-bios/vgabios-maruvga.bin $(EMUL_DIR)/x86/data/pc-bios cp -dpr ../license $(EMUL_DIR) - cp -dpr ../icons $(EMUL_DIR) + cp -dpr icons $(EMUL_DIR) -- 2.7.4