diff --git a/slpkg/install_data.py b/slpkg/install_data.py index e996b2db..d0aa4e0e 100644 --- a/slpkg/install_data.py +++ b/slpkg/install_data.py @@ -174,7 +174,7 @@ class CreateData(Configs): if line.startswith(pkg_tag[2]): package_location: str = line.replace(pkg_tag[2], '').strip() - cache.append(package_location[1:]) # Do not install (.) dot + cache.append(package_location[2:]) # Do not install (./) dot if line.startswith(pkg_tag[3]): package_size_comp: str = line.replace(pkg_tag[3], '').strip()