Add standard leap table
This commit is contained in:
parent
fed7a3e59c
commit
f1809a44a0
|
@ -0,0 +1 @@
|
|||
files none share
|
|
@ -0,0 +1 @@
|
|||
source src/share/build.install-files
|
|
@ -0,0 +1,16 @@
|
|||
FILES_INSTALL_DIR="${SHAREDIR}/libiso8601"
|
||||
|
||||
# create destination directories
|
||||
echo "Installing files into ${FILES_INSTALL_DIR}"
|
||||
build_dir_tree "${FILES_INSTALL_DIR}" || return 1
|
||||
|
||||
# copy across the files (note this copies everything with mode 0644).
|
||||
for file in src/share/*
|
||||
do
|
||||
[ "$(echo $(basename ${file}) | cut -b1-6)" == "build." ] && continue
|
||||
install_file ${file} ${FILES_INSTALL_DIR} 0644 || return 1
|
||||
done
|
||||
|
||||
print_success "Files installed"
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
Binary file not shown.
|
@ -0,0 +1,24 @@
|
|||
1972-06-30
|
||||
1972-12-31
|
||||
1973-12-31
|
||||
1974-12-31
|
||||
1975-12-31
|
||||
1976-12-31
|
||||
1977-12-31
|
||||
1978-12-31
|
||||
1979-12-31
|
||||
1981-06-30
|
||||
1982-06-30
|
||||
1983-06-30
|
||||
1985-06-30
|
||||
1987-12-31
|
||||
1989-12-31
|
||||
1990-12-31
|
||||
1992-06-30
|
||||
1993-06-30
|
||||
1994-06-30
|
||||
1995-12-31
|
||||
1997-06-30
|
||||
1998-12-31
|
||||
2005-12-31
|
||||
2008-12-31
|
Loading…
Reference in New Issue