mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
iputils: update patch Upstream-Status mktemp: update patch Upstream-Status xinetd: update Upstream-Status libdrm: update patch Upstream-Status qemugl: update patch Upstream-Status x11-common: update patch Upstream-Status xorg-app: update patch Upstream-Status xorg-driver: update patch Upstream-Status (From OE-Core rev: 6c49b8e881bc811386c5f1ebac95829d44ad9bb3) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
429 B
Diff
16 lines
429 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 37b3cc9..f1026f3 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -95,7 +95,7 @@ install-dirs:
|
|
$(DESTDIR)$(mandir)/man1
|
|
|
|
install-binaries: $(PROG)
|
|
- $(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
|
|
+ $(INSTALL) -m 0555 $(PROG) $(DESTDIR)$(bindir)/$(PROG)
|
|
|
|
install-man:
|
|
$(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) \
|