mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-10 23:16:32 +02:00
testing/cosmic-files: remove top-level exec
This commit is contained in:
parent
0465634bfa
commit
a188345619
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,6 @@ options="net !check" # fetch dependencies, no tests
|
|||
source="$pkgname-$pkgver.tar.gz::https://github.com/pop-os/cosmic-files/archive/refs/tags/epoch-$_upstreamver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-epoch-$_upstreamver"
|
||||
|
||||
export VERGEN_GIT_COMMIT_DATE="$(date -d @"$SOURCE_DATE_EPOCH" '+%Y-%m-%d')"
|
||||
export VERGEN_GIT_SHA="unknown"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
|
@ -34,6 +31,9 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
export VERGEN_GIT_COMMIT_DATE="$(date -d @"$SOURCE_DATE_EPOCH" '+%Y-%m-%d')"
|
||||
export VERGEN_GIT_SHA="unknown"
|
||||
|
||||
just build-release --frozen
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue