--- xtables-addons-1.12.orig/extensions/ipset/GNUmakefile.in 2009-03-19 14:38:02.000000000 +0000 +++ xtables-addons-1.12/extensions/ipset/GNUmakefile.in 2009-03-19 14:40:28.000000000 +0000 @@ -3,8 +3,8 @@ top_srcdir := @top_srcdir@ srcdir := @srcdir@ datarootdir := @datarootdir@ -abstop_srcdir := $(shell readlink -e ${top_srcdir}) -abssrcdir := $(shell readlink -e ${srcdir}) +abstop_srcdir := $(shell readlink -f ${top_srcdir}) +abssrcdir := $(shell readlink -f ${srcdir}) ifeq (${abstop_srcdir},) $(error Path resolution of ${top_srcdir} failed)