On 4/29/20 2:48 AM, Ryan Tandy wrote: > On Wed, Apr 29, 2020 at 02:38:01AM +0200, Michael Ströder wrote: >> Anything special with installing the man-page of pw-argon2? >> >> It fails in openSUSE Build Service: >> >> [ 112s] mkdir -p `grep -e "^prefix =" ../../../../Makefile | cut -d= >> -f2`/share/man/man5 >> [ 112s] /usr/bin/install -m 644 slapd-pw-argon2.5 `grep -e "^prefix =" >> ../../../../Makefile | cut -d= -f2`/share/man/man5 >> [ 112s] /usr/bin/install: cannot create regular file >> '/usr/share/man/man5/slapd-pw-argon2.5': Permission denied >> [ 112s] make: *** [Makefile:70: install-man] Error 1 >> [ 112s] make: *** Waiting for unfinished jobs.... > > Works for me: > > https://buildd.debian.org/status/fetch.php?pkg=openldap&arch=amd64&ver=2.4.50%2Bdfsg-1&stamp=1588116497&raw=1 > > > /usr/bin/install -m 644 slapd-pw-argon2.5 > /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man5 > > Perhaps you need to set DESTDIR?
DESTDIR is set and it works for all other contrib overlays. Hmm, but it seems to me passwd/argon2 is the only contrib overlay actually installing a man page. See details herein: https://build.opensuse.org/package/show/home:stroeder:iam/openldap2 Ciao, Michael.
