From 28e0d6e2f756470cb35c93afaf0afa1db85423ad Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Wed, 5 Jun 2013 13:47:31 +0900 Subject: [PATCH] Make /mnt/host directory for host directory sharing Change-Id: I934ebec1bc841dcf2a0cfeaa1139549073f8de0c Signed-off-by: SeokYeon Hwang --- packaging/system-plugin-emulator.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index b66cb68..7dc306d 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -51,6 +51,9 @@ mkdir -p %{buildroot}/%{systemd_dir}/system/emulator.target.wants ln -s %{systemd_dir}/system/sdbd.service %{buildroot}/%{systemd_dir}/system/emulator.target.wants/ ln -s %{systemd_dir}/system/sshd.service %{buildroot}/%{systemd_dir}/system/emulator.target.wants/ +# for host file sharing +mkdir -p %{buildroot}/mnt/host + %post #make fstab if [ -e /etc/fstab ]; then @@ -91,3 +94,4 @@ fi /usr/lib/systemd/system/emulator.target.wants/sdbd.service /usr/lib/systemd/system/emulator.target.wants/sshd.service /usr/lib/udev/rules.d/95-tizen-emulator.rules +%dir /mnt/host -- 2.7.4