2011-07-07 10:29:39 +02:00
|
|
|
This is required for too noisy rpmlint:
|
|
|
|
glibc.i586: E: hardlink-across-partition (Badness: 10000) /usr/lib/getconf/POSIX_V7_ILP32_OFFBIG /usr/bin/getconf
|
|
|
|
|
2009-02-20 08:46:43 +01:00
|
|
|
|
2009-11-16 09:54:19 +01:00
|
|
|
Index: posix/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- posix/Makefile.orig
|
|
|
|
+++ posix/Makefile
|
2012-04-13 11:37:44 +02:00
|
|
|
@@ -316,8 +316,7 @@ $(inst_libexecdir)/getconf: $(inst_bindi
|
2009-02-20 08:46:43 +01:00
|
|
|
$(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
|