From 224ca317e3cffb0619539ced2f4f0d8881a36148 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 5 Oct 2014 23:41:45 +0200 Subject: fix mount.patch --- debian/patches/mount.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches') diff --git a/debian/patches/mount.patch b/debian/patches/mount.patch index 4eef5ba9..41770bc4 100644 --- a/debian/patches/mount.patch +++ b/debian/patches/mount.patch @@ -12,7 +12,7 @@ index 8b059c2..8af055e 100644 { ARGZ (add (&fsopts, &fsopts_len, o)); } -- else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0)) +- else if ((strcmp (o, "defaults") != 0) && (strlen (o) != 0)) + else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0) && + strcmp (o, "loop") != 0 && + strcmp (o, "exec") != 0) -- cgit v1.2.3