tzdata: remove an useless file.
This commit is contained in:
parent
fafe37ff49
commit
5b57f2b483
|
@ -5,6 +5,7 @@ create_wrksrc=yes
|
|||
_tzcode_ver=2011i
|
||||
_tzdata_ver=2011k
|
||||
version=${_tzdata_ver}
|
||||
revision=1
|
||||
distfiles="
|
||||
http://download.lunar-linux.org/lunar/mirrors/tzcode${_tzcode_ver}.tar.gz
|
||||
http://download.lunar-linux.org/lunar/mirrors/tzdata${_tzdata_ver}.tar.gz"
|
||||
|
@ -30,4 +31,5 @@ post_install()
|
|||
{
|
||||
# Remove useless stuff
|
||||
rm -rf ${DESTDIR}/usr/lib
|
||||
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue