i3blocks-blocklets: fix executable rights
This commit is contained in:
parent
1b4fef2496
commit
f36d99859f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3blocks-blocklets'
|
||||
pkgname=i3blocks-blocklets
|
||||
version=1.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="i3blocks-contrib-${version}"
|
||||
depends="i3blocks>=1.5"
|
||||
|
@ -21,7 +21,7 @@ do_install() {
|
|||
vmkdir /usr/libexec/i3blocks
|
||||
for folder in $(find ${wrksrc} -mindepth 1 -maxdepth 1 -type d); do
|
||||
for file in $(find ${folder##*/} -executable -type f -name "${folder##*/}*"); do
|
||||
vinstall ${folder##*/}/${file##*/} 644 usr/libexec/i3blocks
|
||||
vinstall ${folder##*/}/${file##*/} 655 usr/libexec/i3blocks
|
||||
done
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue