diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/eiwd | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/extra/eiwd')
| -rw-r--r-- | repos/extra/eiwd/abuild (renamed from repos/extra/eiwd/info) | 8 | ||||
| -rw-r--r-- | repos/extra/eiwd/postbuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/repos/extra/eiwd/info b/repos/extra/eiwd/abuild index 75883b76..1845a577 100644 --- a/repos/extra/eiwd/info +++ b/repos/extra/eiwd/abuild @@ -7,3 +7,11 @@ source="https://github.com/illiliti/${name}/releases/download/${version}-1/iwd-$ main.conf" sv="$name.run" build_opt="--libexecdir=/usr/bin --disable-dbus" + +postbuild() { + cp $SRC/iwd_passphrase $PKG/usr/bin + chmod 755 $PKG/usr/bin/iwd_passphrase + + mkdir -p $PKG/etc/iwd + cp $SRC/main.conf $PKG/etc/iwd +} diff --git a/repos/extra/eiwd/postbuild b/repos/extra/eiwd/postbuild deleted file mode 100644 index eaa075a2..00000000 --- a/repos/extra/eiwd/postbuild +++ /dev/null @@ -1,5 +0,0 @@ -cp $SRC/iwd_passphrase $PKG/usr/bin -chmod 755 $PKG/usr/bin/iwd_passphrase - -mkdir -p $PKG/etc/iwd -cp $SRC/main.conf $PKG/etc/iwd |