Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kevin Daudt
aports
Commits
70c141f4
Commit
70c141f4
authored
Nov 22, 2020
by
Kevin Daudt
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: main/tzdata: temporary package in slim format
parent
754f23ac
Pipeline
#59524
passed with stages
in 2 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main/tzdata/APKBUILD
main/tzdata/APKBUILD
+4
-4
No files found.
main/tzdata/APKBUILD
View file @
70c141f4
...
...
@@ -5,7 +5,7 @@ pkgname=tzdata
pkgver
=
2020c
_tzcodever
=
2020c
_ptzver
=
0.5
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Timezone data"
url
=
"https://www.iana.org/time-zones"
arch
=
"all"
...
...
@@ -32,11 +32,11 @@ build() {
}
package
()
{
./zic
-
b
fat
-
y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo
$_timezones
./zic
-
b
fat
-
y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo/right
-L
leapseconds
$_timezones
./zic
-y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo
$_timezones
./zic
-y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo/right
-L
leapseconds
$_timezones
#./zic -b fat -y ./yearistype -d "$pkgdir"/usr/share/zoneinfo/posix $_timezones
./zic
-
b
fat
-
y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo
-p
America/New_York
./zic
-y
./yearistype
-d
"
$pkgdir
"
/usr/share/zoneinfo
-p
America/New_York
install
-m444
-t
"
$pkgdir
"
/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab
mkdir
-p
"
$pkgdir
"
/usr/sbin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment