This is required for too noisy rpmlint.

--- posix/Makefile~	2007-11-21 05:40:26.234633000 +0100
+++ posix/Makefile	2007-11-21 05:41:02.043775000 +0100
@@ -296,8 +296,7 @@
 	$(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