Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use correct flags for pre section
  • Loading branch information
Bernd Wachter committed Apr 2, 2013
1 parent 3fa956b commit 6c54d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssuks/ssukickstarter.cpp
Expand Up @@ -209,7 +209,7 @@ void SsuKickstarter::write(QString kickstart){
kout << partitions().join("\n") << endl << endl;
kout << repos().join("\n") << endl << endl;
kout << packages().join("\n") << endl << endl;
kout << scriptletSection("pre", false).join("\n") << endl << endl;
kout << scriptletSection("pre", true).join("\n") << endl << endl;
kout << scriptletSection("post", true).join("\n") << endl << endl;
kout << scriptletSection("post", false).join("\n") << endl << endl;
// add flags as bitmask?
Expand Down

0 comments on commit 6c54d94

Please sign in to comment.