We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5cff203 commit b00fb69Copy full SHA for b00fb69
pkgs/tools/system/at/install.patch
@@ -20,7 +20,7 @@
20
+ $(INSTALL) -m 755 -d $(IROOT)$(sbindir)
21
+ $(INSTALL) -m 755 -d $(IROOT)$(docdir)
22
+ $(INSTALL) -m 755 -d $(IROOT)$(atdocdir)
23
-+ $(INSTALL) -m 6755 -s at $(IROOT)$(bindir)
++ $(INSTALL) -m 0755 -s at $(IROOT)$(bindir)
24
$(LN_S) -f at $(IROOT)$(bindir)/atq
25
$(LN_S) -f at $(IROOT)$(bindir)/atrm
26
- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
0 commit comments