diff options
author | Max Rees <maxcrees@me.com> | 2019-07-21 21:16:29 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-07-21 21:16:29 -0400 |
commit | 57e345c7685983e629aac18a4e5b068392d29f6d (patch) | |
tree | 3382b950b7b2b20262401226e0495ef4a0d86514 /user/quassel/APKBUILD | |
parent | 28292506b3918b763ea272399044fcf72534aec2 (diff) | |
download | packages-57e345c7685983e629aac18a4e5b068392d29f6d.tar.gz packages-57e345c7685983e629aac18a4e5b068392d29f6d.tar.bz2 packages-57e345c7685983e629aac18a4e5b068392d29f6d.tar.xz packages-57e345c7685983e629aac18a4e5b068392d29f6d.zip |
user/*: bashism removal part 2 (o-z)
Diffstat (limited to 'user/quassel/APKBUILD')
-rw-r--r-- | user/quassel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/quassel/APKBUILD b/user/quassel/APKBUILD index f9f583de7..a52be97cb 100644 --- a/user/quassel/APKBUILD +++ b/user/quassel/APKBUILD @@ -59,7 +59,7 @@ client() { mv "$pkgdir"/usr/bin/quasselclient "$subpkgdir"/usr/bin/ local dir - for dir in {applications,icons,pixmaps,knotifications5}; do + for dir in applications icons pixmaps knotifications5; do mkdir -p "$subpkgdir"/usr/share/$dir mv "$pkgdir"/usr/share/$dir "$subpkgdir"/usr/share/ done |