From 79e8188b063cc3ef6c9bdeb298530e7c5a1f547e Mon Sep 17 00:00:00 2001 From: PktSurf Date: Sun, 25 Sep 2022 18:29:42 +0530 Subject: [PATCH] Added missing sha512sums variable in base/pkgtools Added LICENSE in base/python-pip --- base/pkgtools/pkgtools.SMBuild | 2 ++ base/python-pip/python-pip.SMBuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/base/pkgtools/pkgtools.SMBuild b/base/pkgtools/pkgtools.SMBuild index bdf2c26..7dcdc7b 100755 --- a/base/pkgtools/pkgtools.SMBuild +++ b/base/pkgtools/pkgtools.SMBuild @@ -35,3 +35,5 @@ build() { mkfinalpkg } +sha512sums=" +" \ No newline at end of file diff --git a/base/python-pip/python-pip.SMBuild b/base/python-pip/python-pip.SMBuild index bc5f5b8..48791af 100755 --- a/base/python-pip/python-pip.SMBuild +++ b/base/python-pip/python-pip.SMBuild @@ -16,6 +16,8 @@ build() { python setup.py install --prefix="" --root=$pkg + cp LICENSE.txt $pkgdocs/ + mkfinalpkg }