Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Untar archive to specified destination
Target 'dist-deb' was failing with untar error: ``` tar: .//build/sunflower-0.3-60.tar: Cannot open: No such file or directory ``` This error was caused by going into $(build_directory) and trying to untar './/build/sunflower-0.3-60.tar' from there. Obviously, this problem had place for 'dist-rpm' target as well.
- Loading branch information