Skip to content

Commit

Permalink
tzdata: Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 16, 2018
1 parent 8845468 commit 14a3f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tzdata-2014f-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mee_build() {
australasia \
backward \
pacificnew \
systemv ; do
systemv ; do
zic -L /dev/null \
-d zoneinfo \
-y "/bin/bash ${S}/yearistype.sh" \
Expand All @@ -42,7 +42,7 @@ mee_build() {
mee_install() {
mkdir -pv ${D}/${DATADIR}
cp -vax zoneinfo ${D}/${DATADIR}

mkdir -pv ${D}${SYSCONFDIR}
cp ${D}${DATADIR}/zoneinfo/${MYTIMEZONE} ${D}${SYSCONFDIR}/localtime
}

0 comments on commit 14a3f25

Please sign in to comment.