diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-27 08:04:18 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-27 08:04:18 +0000 |
| commit | d4ad9f9123c97c6ce8f89ea2ea088d55d253bd02 (patch) | |
| tree | bdb03f4d70950e6f7d5192b672569189212e2689 /dropbear/abuild | |
| parent | ca5a50e2ecbec20c53765389bdc4dac720451ce1 (diff) | |
| download | alicelinux-d4ad9f9123c97c6ce8f89ea2ea088d55d253bd02.tar.gz alicelinux-d4ad9f9123c97c6ce8f89ea2ea088d55d253bd02.zip | |
Woodpecker CI 6d36f2beb9dba0c6ae02f2ab8b45434b7a7c7548 [SKIP CI]
Diffstat (limited to 'dropbear/abuild')
| -rw-r--r-- | dropbear/abuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dropbear/abuild b/dropbear/abuild index 6ab66195..23e815d0 100644 --- a/dropbear/abuild +++ b/dropbear/abuild @@ -1,6 +1,11 @@ name=dropbear version=2025.88 -release=1 +release=2 source="https://matt.ucc.asn.au/${name}/releases/${name}-${version}.tar.bz2 - run" + run + config" sv="run" + +postbuild() { + install -Dm644 $SRC/config $PKG/etc/$name/config +} |