Gnu tar incompatible with Sun tar

This commit is contained in:
larryh%netscape.com 2001-05-24 18:28:22 +00:00
Родитель 7c39f6468b
Коммит f9530d4231
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@
# #
# syntax: repackage.sh # syntax: repackage.sh
# #
# # Description:
# repackage.sh creates NSPR binary distributions for mozilla.org from # repackage.sh creates NSPR binary distributions for mozilla.org from
# the internal binary distributions in /share/builds/components/nspr20. # the internal binary distributions in /share/builds/components/nspr20.
# There are reasons why we can't just push the internal binary distributions # There are reasons why we can't just push the internal binary distributions
@ -50,6 +50,12 @@
# platform, are in nspr-4.1.1/include. The libraries are in nspr-4.1.1/lib. # platform, are in nspr-4.1.1/include. The libraries are in nspr-4.1.1/lib.
# The executable programs are in nspr-4.1.1/bin. # The executable programs are in nspr-4.1.1/bin.
# #
# Note! Files written with Gnu tar are not readable by some non-Gnu
# versions. Sun, in particular.
#
#
#
#
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# #
# These variables should be modified for each NSPR release. # These variables should be modified for each NSPR release.