diff --git a/installsystems/image.py b/installsystems/image.py index b28749651b9d2e20ffcb5800cf1c2c9693eb8ee2..2ad1708bdc9ac1d24507eb5a8ead38b0e600eaba 100644 --- a/installsystems/image.py +++ b/installsystems/image.py @@ -211,6 +211,8 @@ class SourceImage(Image): # add format arrow("Add format") tarball.add_str("format", self.format, tarfile.REGTYPE, 0644) + # add build scripts + self.add_scripts(tarball, self.build_path) # add parser scripts self.add_scripts(tarball, self.parser_path) # add setup scripts