|
Line
Link Here
|
| 0 |
-- /usr/share/YaST2/clients/inst_dirinstall_finish.ycp.orig 2011-08-19 09:53:05.000000000 +0200 |
0 |
++ inst_dirinstall_finish.ycp 2012-10-02 13:15:19.236384661 +0200 |
|
Lines 74-80
Link Here
|
| 74 |
|
74 |
|
| 75 |
if (DirInstall::runme_at_boot) |
75 |
if (DirInstall::runme_at_boot) |
| 76 |
{ |
76 |
{ |
| 77 |
string runme_at_boot = Directory::vardir + "/runme_at_boot"; |
77 |
string runme_at_boot = Installation::destdir + Directory::vardir + "/runme_at_boot"; |
| 78 |
if (!SCR::Write (.target.string, runme_at_boot, "")) |
78 |
if (!SCR::Write (.target.string, runme_at_boot, "")) |
| 79 |
{ |
79 |
{ |
| 80 |
y2error ("Couldn't create target %1", runme_at_boot ); |
80 |
y2error ("Couldn't create target %1", runme_at_boot ); |