mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
Change permissions for sudo to 4555
Currently the permissions for abuild-sudo is set to 4111, this make it impossible to move the sudo file after it has being created. Moving the sudo file is needed by yocto when creating an apk-package of abuild. The sudo binary in debian stretch since if debian does it, it can't be bad. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
This commit is contained in:
parent
2162348a9a
commit
6d321050e5
2
Makefile
2
Makefile
@ -102,7 +102,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
|
||||
for i in $(USR_BIN_FILES); do\
|
||||
install -m 755 $$i $(DESTDIR)/$(bindir)/$$i;\
|
||||
done
|
||||
chmod 4111 $(DESTDIR)/$(prefix)/bin/abuild-sudo
|
||||
chmod 4555 $(DESTDIR)/$(prefix)/bin/abuild-sudo
|
||||
for i in adduser addgroup apk; do \
|
||||
ln -fs abuild-sudo $(DESTDIR)/$(bindir)/abuild-$$i; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user