X-Git-Url: http://git.pld-linux.org/?p=packages%2Fxtables-addons.git;a=blobdiff_plain;f=xtables-addons-libs.patch;h=a837c7f01e0cc385f1271c438f95714c0087647b;hp=8ca465eff4cb8efc5f29bed29f09b4f8d1118588;hb=ccda9823cab85e9ab1172c86a026d9dc7e2bc150;hpb=84556dc6ec83abf3cf6d30a0b48574e12cce870f diff --git a/xtables-addons-libs.patch b/xtables-addons-libs.patch index 8ca465e..a837c7f 100644 --- a/xtables-addons-libs.patch +++ b/xtables-addons-libs.patch @@ -1,21 +1,16 @@ ---- xtables-addons-1.5.4/extensions/GNUmakefile.in~ 2008-04-10 01:34:58.000000000 +0200 -+++ xtables-addons-1.5.4/extensions/GNUmakefile.in 2008-04-10 01:36:19.978943386 +0200 -@@ -58,11 +58,15 @@ +--- xtables-addons-1.5.7/extensions/GNUmakefile.in.orig 2008-09-01 21:35:51.000000000 +0200 ++++ xtables-addons-1.5.7/extensions/GNUmakefile.in 2008-09-12 10:34:09.000000000 +0200 +@@ -60,11 +60,11 @@ .PHONY: all install clean distclean FORCE --all: modules ${targets} matches.man targets.man -+libs: ${targets} matches.man targets.man +-all: modules user matches.man targets.man ++all: user matches.man targets.man + + user: ${targets} -install: modules_install ${targets_install} -+all: modules libs -+ -+libs_install: ++install: ${targets_install} @mkdir -p "${DESTDIR}${xtlibdir}"; -- install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/"; -+ install ${targets_install} "${DESTDIR}${xtlibdir}/"; -+ -+install: modules_install libs_install + install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/"; - clean: clean_modules - rm -f *.oo *.so;