diff options
author | midipix <writeonce@midipix.org> | 2025-03-26 18:04:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-03-26 18:10:07 +0000 |
commit | bbc6acc8f263e26cd487b936ee5ab7a61b59b277 (patch) | |
tree | a4b599804063a51ef82cdccb5ee175206ad85d00 | |
parent | 764760e83b428f721a61466fd8ff1ed4902a84d0 (diff) | |
download | perk-bbc6acc8f263e26cd487b936ee5ab7a61b59b277.tar.bz2 perk-bbc6acc8f263e26cd487b936ee5ab7a61b59b277.tar.xz |
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1111,6 +1111,9 @@ for arg ; do --mandir=*) mb_mandir=${arg#*=} ;; + --docdir=*) + mb_docdir=${arg#*=} + ;; --libexecdir=*) mb_libexecdir=${arg#*=} ;; |