summaryrefslogtreecommitdiff
path: root/Sources.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 03:45:11 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 03:45:11 -0700
commit6c0691af14a7ae3c86339dd0cb95beca980d93d4 (patch)
treeb4ae7f919044331a91b950d6b2f6595723db0e97 /Sources.mm
parent55c2a6d58e6e2a159e85a8d2fbf934d575dc5b0e (diff)
Add (temporary?) symlink for APT using cydia.list.
Diffstat (limited to 'Sources.mm')
-rw-r--r--Sources.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sources.mm b/Sources.mm
index 4cc2f9e..372aa1e 100644
--- a/Sources.mm
+++ b/Sources.mm
@@ -31,6 +31,7 @@ extern _H<NSMutableDictionary> Sources_;
extern bool Changed_;
void CydiaWriteSources() {
+ unlink(SOURCES_LIST);
FILE *file(fopen(SOURCES_LIST, "w"));
_assert(file != NULL);