src/partdownloader.cpp

changeset 1330
9155a6b153f3
parent 1326
69a90bd2dba2
child 1332
1fffb24d4ffe
--- a/src/partdownloader.cpp	Sat Mar 24 13:11:17 2018 +0200
+++ b/src/partdownloader.cpp	Sat Mar 24 13:28:03 2018 +0200
@@ -116,6 +116,11 @@
 		destination.remove(0, 3);
 		destination.prepend("p/48/");
 	}
+	else if (isOneOf(destination.left(2), "8\\", "8/"))
+	{
+		destination.remove(0, 2);
+		destination.prepend("p/8/");
+	}
 
 	/* Try determine where to put this part. We have four directories:
 	 * parts/, parts/s/, p/, and p/48/. If we haven't already specified

mercurial