]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Fix typo for stripping the toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 08:32:43 +0000 (10:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 08:32:43 +0000 (10:32 +0200)
tools/toolchain

index 2714776f00d92e55e114e42c46189709d48c803d..7eff6fa07037ca9d6c5d3ebd096d9f76c8981e9c 100755 (executable)
@@ -62,7 +62,7 @@ case "${1}" in
 
                # Strip executeable files
                for file in $(find_elf_files ${COMPRESS_PATH}/bin ${COMPRESS_PATH}/*/bin); do
-                       strip --stip-all ${file}
+                       strip --strip-all ${file}
                done
 
                cd ${COMPRESS_PATH} && tar --posix -czf ${target} -p -S * || exit 1