diff options
Diffstat (limited to 'system/docbook-xml')
-rw-r--r-- | system/docbook-xml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/docbook-xml/APKBUILD b/system/docbook-xml/APKBUILD index 0e9c95a06..e00864991 100644 --- a/system/docbook-xml/APKBUILD +++ b/system/docbook-xml/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" options="!check" # Just XML files license="MIT" depends="libxml2-utils" -makedepends= +makedepends="" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" source="http://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip http://www.docbook.org/xml/4.4/$pkgname-4.4.zip @@ -19,7 +19,7 @@ source="http://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip " unpack() { - # we unpack the zip's in subdirs in build() + # We unpack the ZIPs during build. : } |