diff options
Diffstat (limited to 'modules/build.py')
| -rw-r--r-- | modules/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/build.py b/modules/build.py index f5f7e66..60f5104 100644 --- a/modules/build.py +++ b/modules/build.py @@ -41,7 +41,7 @@ class Build(Directory): with pwd(pkg.dir): symlink(pkg.spec_file, join(self.dir, 'SPECS', pkg.spec_file())) - sball = pkg.cfg['sourceball'] + sball = pkg.sourceball symlink(sball, join(self.dir, 'SOURCES', sball)) patches = [f for f in listdir(getcwd()) if f.endswith('.patch')] for patch in patches: |
