Skip to content

Commit df4c1c1

Browse files
committed
---
yaml --- r: 22463 b: refs/heads/master c: 2f32a15 h: refs/heads/master i: 22461: 3b365f9 22459: f289c5c 22455: 7de5e8d 22447: f9bf538 22431: 5ba42b4 22399: 727e1ae v: v3
1 parent 67f2ea7 commit df4c1c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: df8481a9c31e1a4773515cfd1ea05a5d5d488578
2+
refs/heads/master: 2f32a1581f522e524009138b33b1c7049ced668d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/mk/install.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# destination directory as arg 2, and filename/libname-glob as arg 3
77
ifdef VERBOSE
88
INSTALL = install -m755 $(1)/$(3) $(2)/$(3)
9-
INSTALL_LIB = install -m644 `ls -rt1 $(1)/$(3) | tail -1` $(2)/
9+
INSTALL_LIB = install -m644 `ls -drt1 $(1)/$(3) | tail -1` $(2)/
1010
else
1111
INSTALL = $(Q)$(call E, install: $(2)/$(3)) && install -m755 $(1)/$(3) $(2)/$(3)
1212
INSTALL_LIB = $(Q)$(call E, install_lib: $(2)/$(3)) && \
13-
install -m644 `ls -rt1 $(1)/$(3) | tail -1` $(2)/
13+
install -m644 `ls -drt1 $(1)/$(3) | tail -1` $(2)/
1414
endif
1515

1616
# The stage we install from

0 commit comments

Comments
 (0)