diff options
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-x | misc-scripts/make-sourceball | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index f93ab2a..9f565f7 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -71,7 +71,8 @@ create_srcpackage() { echo "Creating source tarball for $pkgname-$pkgver-$pkgrel" if ! chk_license ${license[@]}; then - echo -e "\t$pkgname license (${license[@]}) does not require source tarballs" >&2 + #Removed so as not to clutter failed.txt + #echo -e "\t$pkgname license (${license[@]}) does not require source tarballs" >&2 cleanup 0 fi |