Skip to content

Commit

Permalink
at: Don't set fancy bits on install
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jun 16, 2017
1 parent 72ff321 commit 0d92084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/at/install.patch
Original file line number Diff line number Diff line change
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 0d92084

Please sign in to comment.