From dd50b1ec1ee61276c53c30b6f7894837771dccc1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 3 Apr 2023 22:47:32 +0300 Subject: [PATCH] man-pages ver. bump --- system/base/man-pages/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/man-pages/actions.py b/system/base/man-pages/actions.py index f3e4926d..70f10edf 100644 --- a/system/base/man-pages/actions.py +++ b/system/base/man-pages/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def install(): pisitools.dosed("Makefile", "prefix := /usr/local", "prefix := /usr") - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR()) autotools.rawInstall("DESTDIR=%s -C man-pages-posix-2017" % get.installDIR()) # These come from attr @@ -43,4 +43,4 @@ def install(): # Comes from libxcrypt pisitools.remove("/usr/share/man/man3/crypt*.3") - pisitools.dodoc("man-pages-*.Announce", "README") + pisitools.dodoc("README")