]> git.pld-linux.org Git - packages/xtables-addons.git/blame - xtables-addons-libs.patch
- make possible build/install userspace only
[packages/xtables-addons.git] / xtables-addons-libs.patch
CommitLineData
8c6f2e24 1--- xtables-addons-1.5.4/extensions/GNUmakefile.in~ 2008-04-10 01:34:58.000000000 +0200
2+++ xtables-addons-1.5.4/extensions/GNUmakefile.in 2008-04-10 01:36:19.978943386 +0200
3@@ -58,11 +58,15 @@
4
5 .PHONY: all install clean distclean FORCE
6
7-all: modules ${targets} matches.man targets.man
8+libs: ${targets} matches.man targets.man
9
10-install: modules_install ${targets_install}
11+all: modules libs
12+
13+libs_install:
14 @mkdir -p "${DESTDIR}${xtlibdir}";
15- install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/";
16+ install ${targets_install} "${DESTDIR}${xtlibdir}/";
17+
18+install: modules_install libs_install
19
20 clean: clean_modules
21 rm -f *.oo *.so;
This page took 0.027744 seconds and 4 git commands to generate.