diff options
author | 6543 | 2023-03-17 00:57:43 +0100 |
---|---|---|
committer | 6543 | 2023-03-17 00:57:43 +0100 |
commit | 211f1452135a3306dbebf4939855b9ae4985d0f1 (patch) | |
tree | 2c4ebaddfb9924f7604b93260728f7d48b769077 /PKGBUILD | |
parent | e1c5c65da76e54e54fbc9472d241687fc4477c02 (diff) | |
download | aur-211f1452135a3306dbebf4939855b9ae4985d0f1.tar.gz |
add missing code comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ sha1sums=('5cc0773926f6a51ce601568c1ee033378940e8fb') build() { cd "${srcdir}/${pkgname}" - # + # change adebar to use tools and lib dir from package sed -i -e 's|\(BINDIR=\).*|\1"/usr/share/adebar"|' adebar-cli sed -i -e 's|\(LIBDIR=\).*|\1"/usr/lib/adebar"|' adebar-cli # make sure $HOME/.config/adebar get created if it does not exist |