I was reading in the mailing list that starting with version 0.7.0, if creating a package with slkbuild -X, the
build-$pkgname.sh script will be deleted after building the package and will not be included under $startdir/pkg/usr/src. This is indeed the case, however I just noticed the build-$pkgname.sh script still gets listed in the .src file created along with the .txz and .md5 at package creation.
I am assuming that if it isn't necessary to upload the build-$pkgname.sh script anymore, that it isn't necessary for it to be listed in the .src file?