From 134d6a428907d515a2982053285d1c1ba7bd764a Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 18 Jul 2024 20:05:46 +0300 Subject: [PATCH] man-pages --- system/base/man-pages/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())