Skip to content

Commit

Permalink
at: Don't set fancy bits on install
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d92084)
  • Loading branch information
dtzWill authored and bjornfor committed Jun 26, 2017
1 parent 5cff203 commit b00fb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/at/install.patch
Expand Up @@ -20,7 +20,7 @@
+ $(INSTALL) -m 755 -d $(IROOT)$(sbindir)
+ $(INSTALL) -m 755 -d $(IROOT)$(docdir)
+ $(INSTALL) -m 755 -d $(IROOT)$(atdocdir)
+ $(INSTALL) -m 6755 -s at $(IROOT)$(bindir)
+ $(INSTALL) -m 0755 -s at $(IROOT)$(bindir)
$(LN_S) -f at $(IROOT)$(bindir)/atq
$(LN_S) -f at $(IROOT)$(bindir)/atrm
- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
Expand Down

0 comments on commit b00fb69

Please sign in to comment.