forked from pool/glibc
35b77f97b8
Copy from Base:System/glibc based on submit request 24314 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/24314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
17 lines
574 B
Diff
17 lines
574 B
Diff
This is required for too noisy rpmlint.
|
|
|
|
Index: posix/Makefile
|
|
===================================================================
|
|
--- posix/Makefile.orig
|
|
+++ posix/Makefile
|
|
@@ -298,8 +298,7 @@ $(inst_libexecdir)/getconf: $(inst_bindi
|
|
$(addprefix $(..)./scripts/mkinstalldirs ,\
|
|
$(filter-out $(wildcard $@),$@))
|
|
while read spec; do \
|
|
- ln -f $< $@/$$spec.new || $(INSTALL_PROGRAM) $< $@/$$spec.new; \
|
|
- mv -f $@/$$spec.new $@/$$spec; \
|
|
+ ln -s ../../bin/getconf $@/$$spec; \
|
|
done < $(objpfx)getconf.speclist
|
|
|
|
$(objpfx)getconf.speclist: $(objpfx)getconf
|