|
@@ -203,7 +203,7 @@ LC_ALL=C sort <"${output}.list" >"${output}.list.sorted"
|
|
|
|
|
|
# Create GNU-format tarballs, since that's the format of the tarballs on
|
|
# Create GNU-format tarballs, since that's the format of the tarballs on
|
|
# sources.buildroot.org and used in the *.hash files
|
|
# sources.buildroot.org and used in the *.hash files
|
|
-tar cf - --transform="s#^\./#${basename}/#" \
|
|
|
|
|
|
+tar cf - --transform="s#^\./#${basename}/#S" \
|
|
--numeric-owner --owner=0 --group=0 --mtime="${date}" --format=gnu \
|
|
--numeric-owner --owner=0 --group=0 --mtime="${date}" --format=gnu \
|
|
-T "${output}.list.sorted" >"${output}.tar"
|
|
-T "${output}.list.sorted" >"${output}.tar"
|
|
gzip -6 -n <"${output}.tar" >"${output}"
|
|
gzip -6 -n <"${output}.tar" >"${output}"
|