diff options
| author | Matthias Hentges <oe@hentges.net> | 2007-03-17 17:00:49 +0000 |
|---|---|---|
| committer | Matthias Hentges <oe@hentges.net> | 2007-03-17 17:00:49 +0000 |
| commit | a828847f3281b8c4254cf89a551c9dcf3e0e4787 (patch) | |
| tree | 844bc076de09df60be8a2dbbdf20952347da27f4 /packages/tzcode | |
| parent | d4b48e8647c6e176d2a98b250f2cd2dfd8a0d486 (diff) | |
| parent | 9e4d6b7baabbf7dc3d6891d001dd77c20cda6cb2 (diff) | |
merge of '321bc83276f29f5ade630f7aedf3da763002f5a0'
and '9258a684c6be4358d5956574613b8f216e7c1775'
Diffstat (limited to 'packages/tzcode')
| -rw-r--r-- | packages/tzcode/tzcode-native_2007c.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/tzcode/tzcode-native_2007c.bb b/packages/tzcode/tzcode-native_2007c.bb index 126658bd39..aed4253e81 100644 --- a/packages/tzcode/tzcode-native_2007c.bb +++ b/packages/tzcode/tzcode-native_2007c.bb @@ -1,6 +1,6 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" -PR = "r1" +PR = "r2" SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" @@ -10,9 +10,10 @@ S = "${WORKDIR}" inherit native do_stage () { - install -m 755 zic ${STAGING_BINDIR_NATIVE} - install -m 755 zdump ${STAGING_BINDIR_NATIVE} - install -m 755 tzselect ${STAGING_BINDIR_NATIVE} + install -d ${STAGING_BINDIR_NATIVE} + install -m 755 zic ${STAGING_BINDIR_NATIVE}/ + install -m 755 zdump ${STAGING_BINDIR_NATIVE}/ + install -m 755 tzselect ${STAGING_BINDIR_NATIVE}/ } do_install () { |
