summaryrefslogtreecommitdiffstats
path: root/core/xtables-addons/xtables-addons-1.9-readlink.patch
blob: 8113b0559825c353b2c78585d7a74437938a614f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- xtables-addons-1.9/extensions/ipset/GNUmakefile.in.orig	2009-02-19 07:46:31.000000000 +0000
+++ xtables-addons-1.9/extensions/ipset/GNUmakefile.in	2009-02-19 07:46:42.000000000 +0000
@@ -2,8 +2,8 @@
 
 top_srcdir      := @top_srcdir@
 srcdir          := @srcdir@
-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)