diff options
author | midipix <writeonce@midipix.org> | 2025-03-26 18:04:14 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2025-03-26 18:28:51 +0000 |
commit | 3e230e991dbeef2b57382eaddf2f48616933674e (patch) | |
tree | 72353722b5ae859931e51578d7256cbd8aded6b6 | |
parent | c7bad0056ae7193e1010831f6f38adc0eed6460b (diff) | |
download | ntux-main.tar.bz2 ntux-main.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#*=} ;; |