Skip to content

Commit b00fb69

Browse files
dtzWillbjornfor
authored andcommittedJun 26, 2017
at: Don't set fancy bits on install
(cherry picked from commit 0d92084)
1 parent 5cff203 commit b00fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/system/at/install.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
+ $(INSTALL) -m 755 -d $(IROOT)$(sbindir)
2121
+ $(INSTALL) -m 755 -d $(IROOT)$(docdir)
2222
+ $(INSTALL) -m 755 -d $(IROOT)$(atdocdir)
23-
+ $(INSTALL) -m 6755 -s at $(IROOT)$(bindir)
23+
+ $(INSTALL) -m 0755 -s at $(IROOT)$(bindir)
2424
$(LN_S) -f at $(IROOT)$(bindir)/atq
2525
$(LN_S) -f at $(IROOT)$(bindir)/atrm
2626
- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)

0 commit comments

Comments
 (0)
Please sign in to comment.