summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-05 15:47:14 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-05 17:02:21 +0200
commit59f21ee34ab47cf48969d4e49a84b54e615cbf76 (patch)
tree8cb9da0f5dd17050e6d1c67f3abf543b0e3033e4
parent87216303c124a3f3a844aa8a13ca9a65ba832a07 (diff)
gnu: qemu: Change multiple-SMB-share patch to /gnu/store.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: Change "/nix/store" to "/gnu/store".
-rw-r--r--gnu/packages/patches/qemu-multiple-smb-shares.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/qemu-multiple-smb-shares.patch b/gnu/packages/patches/qemu-multiple-smb-shares.patch
index c20066cbfe..8e3c6ffe1c 100644
--- a/gnu/packages/patches/qemu-multiple-smb-shares.patch
+++ b/gnu/packages/patches/qemu-multiple-smb-shares.patch
@@ -10,7 +10,7 @@ the name of the default share.
- "[qemu]\n"
- "path=%s\n"
+ "[store]\n"
-+ "path=/nix/store\n"
++ "path=/gnu/store\n"
+ "read only=yes\n"
+ "guest ok=yes\n"
+ "[xchg]\n"