diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-21 12:06:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 13:59:55 +0200 |
commit | 3416e30f6b1af42172566c8d554863f3f261112a (patch) | |
tree | 451f3ac26c39a3765a91f98b16dff34527aa7893 /scp2 | |
parent | 009765255f9512556de04ac2b056af2602644c2e (diff) |
Undo basis/brand split: move unpack_update script from basis to brand.
Not sure if this is (still) used anywhere; at least no code seems to ever
call it.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/onlineupdate/file_onlineupdate.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp index 1267e33a5f77..07ab650acc2b 100644 --- a/scp2/source/onlineupdate/file_onlineupdate.scp +++ b/scp2/source/onlineupdate/file_onlineupdate.scp @@ -39,7 +39,7 @@ End #if defined LINUX || defined SOLARIS File gid_File_Bin_UnpackUpdate BIN_FILE_BODY; - Dir = gid_Dir_Program; + Dir = gid_Brand_Dir_Program; Name = "unpack_update"; Styles = (PACKED); End |