diff --git a/system/base/man-pages/actions.py b/system/base/man-pages/actions.py index 70f10edf..d6cc1a8a 100644 --- a/system/base/man-pages/actions.py +++ b/system/base/man-pages/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def install(): - pisitools.dosed("Makefile", "prefix := /usr/local", "prefix := /usr") + pisitools.dosed("GNUmakefile", "prefix := /usr/local", "prefix := /usr") autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR()) autotools.rawInstall("DESTDIR=%s -C man-pages-posix-2017" % get.installDIR())