diff --git a/src/TODO b/src/TODO new file mode 100644 index 00000000..de0ff679 --- /dev/null +++ b/src/TODO @@ -0,0 +1,17 @@ + +TODO +---- + +A list of tasks to accomplish, organized into priority sections + +Legend: + +- Todo +? Not determined if we have to do +/ In progress ++ Accomplished, move to end of list + +1. Pre-Alpha + + / implement reading spec file + - implement install database diff --git a/src/install.py b/src/install.py index e74f628f..d0946a36 100644 --- a/src/install.py +++ b/src/install.py @@ -7,8 +7,6 @@ import util #import dependency #import conflicts -class PisiInstallError(Exception): - pass def install_package_file(package_fn): @@ -21,7 +19,7 @@ def install_package_file(package_fn): # check if we have all required files specfile = SpecFile() - specfile.read(install_dir + "pspec.xml") + specfile.read(install_dir + "/pspec.xml") # check pspec semantics specfile.verify() # check file system requirements