diff options
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 +} |