summaryrefslogtreecommitdiffstats
path: root/main/xfsprogs
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-24 07:32:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-24 07:48:27 +0000
commitf9114c815c20498812f5c8a734df589e5df2306a (patch)
treedb60fc883f522fa30cc0d5f5c1516723be4ffcbc /main/xfsprogs
parent92b4851efc08d2202c58bc95a097bb01145a379a (diff)
downloadaports-f9114c815c20498812f5c8a734df589e5df2306a.tar.bz2
aports-f9114c815c20498812f5c8a734df589e5df2306a.tar.xz
main/xfsprogs: install qa headers
Diffstat (limited to 'main/xfsprogs')
-rw-r--r--main/xfsprogs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD
index da34e1082..a12043b05 100644
--- a/main/xfsprogs/APKBUILD
+++ b/main/xfsprogs/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfsprogs
pkgver=3.1.4
-pkgrel=0
+pkgrel=1
pkgdesc="XFS filesystem utilities"
url="http://oss.sgi.com/projects/xfs/"
arch="all"
@@ -36,6 +36,6 @@ build() {
package() {
cd "$_builddir"
- make -j1 DIST_ROOT="$pkgdir" install install-dev
+ make -j1 DIST_ROOT="$pkgdir" install install-dev install-qa
}
md5sums="74081975f148bcabcab26c4c3496ede9 xfsprogs-3.1.4.tar.gz"