diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-10-21 21:24:47 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-10-21 21:24:47 +0200 |
commit | 240d928d234e1cd2643d175d9b9648d7ce8d2c54 (patch) | |
tree | 842be98b6e7208c085c71a59450db5defa6be027 | |
parent | 59a1e1add9e79a32a11ec1cc185519b65d6c60f8 (diff) |
Fix packInstall.sh.porg for docbook-5.1
-rw-r--r-- | pkgmngt/packInstall.sh.porg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 97ba8447ce..9094d8f7f9 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -67,7 +67,7 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*|node*|pnmixer*) + btrfs*|node*|pnmixer*|docbook-v*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x265*) # can contain vd.d or just d.d: thanks to packagers |