Parent Directory
|
Revision Log
|
Patch
revision 89 by bh, Wed Apr 3 19:02:24 2002 UTC | revision 90 by bh, Thu Apr 4 14:55:02 2002 UTC | |
---|---|---|
# | Line 602 class thuban_bdist_rpm(bdist_rpm): | Line 602 class thuban_bdist_rpm(bdist_rpm): |
602 | ||
603 | """Thuban specific RPM distribution command""" | """Thuban specific RPM distribution command""" |
604 | ||
605 | def run(self): | def initialize_options(self): |
606 | # create the prep script for the spec-file | # create the prep script for the spec-file |
607 | open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script) | open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script) |
608 | ||
609 | bdist_rpm.run(self) | bdist_rpm.initialize_options(self) |
610 | ||
611 | ||
612 | class bdist_inno(Command): | class bdist_inno(Command): |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |