144 |
144 |
145 # cleanup |
145 # cleanup |
146 rm -rf $l_dir >/dev/null 2>&1 |
146 rm -rf $l_dir >/dev/null 2>&1 |
147 |
147 |
148 # die explicitly just before the shell would discover |
148 # die explicitly just before the shell would discover |
149 # that we carry mega-bytes of data with us... |
149 # that we carry megabytes of data with us... |
150 exit 0 |
150 exit 0 |
151 |
151 |
152 # the distribution tarball is appended in raw format directly to the |
152 # the distribution tarball is appended in raw format directly to the |
153 # end of this script, just leaded by padding whitespaces which make |
153 # end of this script, just leaded by padding whitespaces which make |
154 # sure that the tarball data starts at the pre-defined offset of 64KB. |
154 # sure that the tarball data starts at the predefined offset of 64KB. |
155 # This allows us to unpack the tarball by just skipping the leading |
155 # This allows us to unpack the tarball by just skipping the leading |
156 # 64KB (= 8192*8, see above). |
156 # 64KB (= 8192*8, see above). |
157 |
157 |