summaryrefslogtreecommitdiffstats
path: root/core/xtables-addons/xtables-addons-1.12-readlink.patch
blob: 6f597738a3717e124de5cce26b1b47ac9c0c41c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)