mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/openssh: fix build
keep timestamps when copying the source tree. this is to avoid build error: ERROR: configure is out of date; please run autoreconf (and configure)
This commit is contained in:
parent
c4b1bddf19
commit
c1a8ab155a
@ -60,7 +60,7 @@ prepare() {
|
||||
cd "$builddir"
|
||||
default_prepare
|
||||
for _flavour in $_pkgsupport; do
|
||||
cp -R "$srcdir"/$pkgname-$_myver "$srcdir"/$pkgname-${_myver}-$_flavour
|
||||
cp -a "$srcdir"/$pkgname-$_myver "$srcdir"/$pkgname-${_myver}-$_flavour
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user