diff options
-rw-r--r-- | lib/manifest.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/manifest.c b/lib/manifest.c index 5a9fae3..f84867d 100644 --- a/lib/manifest.c +++ b/lib/manifest.c @@ -203,12 +203,6 @@ int manifest_write(Manifest *info, const char *pkgdir) { memset(path_manifest, '\0', sizeof(path)); strcpy(path, pkgdir); - - // Append the repo target if its missing - if (strstr(path, SPM_GLOBAL.repo_target) == NULL) { - strcat(path, DIRSEPS); - strcat(path, SPM_GLOBAL.repo_target); - } strcpy(path_manifest, path); // Append the manifest filename if its missing |