diff --git a/base/python-mkdocs/python-mkdocs.SMBuild b/base/python-mkdocs/python-mkdocs.SMBuild index 8028746..71e6eab 100755 --- a/base/python-mkdocs/python-mkdocs.SMBuild +++ b/base/python-mkdocs/python-mkdocs.SMBuild @@ -12,7 +12,7 @@ build() { tar xf $srcdir/mkdocs-$version.tar.?z* cd mkdocs-$version fixbuilddirpermissions - + python3 setup.py install --prefix="" --root=$pkg cp LICENSE $pkgdocs/ diff --git a/net/distcc/distcc.SMBuild b/net/distcc/distcc.SMBuild index 741c6e8..1828e72 100755 --- a/net/distcc/distcc.SMBuild +++ b/net/distcc/distcc.SMBuild @@ -3,7 +3,7 @@ version=3.3.3 build=1sml homepage="https://distcc.github.io/" download="https://github.com/distcc/distcc/releases/download/v3.3.3/distcc-3.3.3.tar.gz" -desc="Distributed C and C++ compiler and daemon" +desc="Distributed C and C++ compiler daemon for parallel building" requires="popt" build() {