]> git.pld-linux.org Git - packages/apparmor-utils.git/blob - apparmor-utils-pysetup.patch
- updated URLs
[packages/apparmor-utils.git] / apparmor-utils-pysetup.patch
1 --- apparmor-2.10.1/utils/Makefile.orig 2015-11-18 21:29:25.000000000 +0100
2 +++ apparmor-2.10.1/utils/Makefile      2016-04-26 18:56:36.173658050 +0200
3 @@ -57,7 +57,7 @@
4         $(MAKE) install_manpages DESTDIR=${DESTDIR}
5         $(MAKE) -C vim install DESTDIR=${DESTDIR}
6         ln -sf aa-status.8 ${DESTDIR}/${MANDIR}/man8/apparmor_status.8
7 -       ${PYTHON} ${PYSETUP} install --prefix=${PYPREFIX} --root=${DESTDIR} --version=${VERSION}
8 +       ${PYTHON} ${PYSETUP} install --prefix=${PYPREFIX} --root=${DESTDIR} $(PYSETUP_INSTALL_ARGS) --version=${VERSION}
9  
10  .PHONY: clean
11  ifndef VERBOSE
This page took 0.08674 seconds and 3 git commands to generate.