From 2d5f3bfcb480536bdc9ecca29ce50267078d3f73 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Mar 2011 07:10:57 -0700 Subject: Use a forward slash for ios/#.# distribution. --- Sources.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources.mm b/Sources.mm index ee7e5ac..5f5169b 100644 --- a/Sources.mm +++ b/Sources.mm @@ -54,7 +54,7 @@ void CydiaWriteSources() { NSString *distribution(@"ios"); if (Firmware_ != nil) - distribution = [distribution stringByAppendingString:[NSString stringWithFormat:@"-%@", (id) Firmware_]]; + distribution = [distribution stringByAppendingString:[NSString stringWithFormat:@"/%@", (id) Firmware_]]; fprintf(file, "deb http://%s/ %s main\n", [CydiaSource_ UTF8String], -- cgit v1.2.3