diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-04 12:20:49 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-04 12:20:49 +0000 |
commit | c8de6887576ec214c64765757f4ebf7e852696d6 (patch) | |
tree | 87f6eda07a6950d851c1b185961c6247d7000b5a | |
parent | 330cc623aa7118892fa1a6df1ad4c5fb0bc1b559 (diff) | |
download | bootstrap32-c8de6887576ec214c64765757f4ebf7e852696d6.tar.xz |
gssproxy: fixed doxbook-xsl to docbook-xsl
-rw-r--r-- | i486-stage4/gssproxy/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i486-stage4/gssproxy/DESCR b/i486-stage4/gssproxy/DESCR index 0692411..8eee386 100644 --- a/i486-stage4/gssproxy/DESCR +++ b/i486-stage4/gssproxy/DESCR @@ -1,3 +1,3 @@ # no developer documentation sed -i "/makedepends=/s/'doxygen'//" PKGBUILD -sed -i "/makedepends=/s/'doxbook-xsl'//" PKGBUILD +sed -i "/makedepends=/s/'docbook-xsl'//" PKGBUILD |