summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Pickford2016-02-18 07:14:13 -0800
committerPeter Pickford2016-02-18 07:14:13 -0800
commit7a5608bcf61e9b23071d35643ca40e30f8b57eb5 (patch)
tree6aad07308d652d77546ba422765441bd9db86aac /PKGBUILD
parent1f3938f69aae7c7f8a2b64404a86d2085de7deab (diff)
downloadaur-7a5608bcf61e9b23071d35643ca40e30f8b57eb5.tar.gz
fix vgetty build should be built in build phase not package phase
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2e855b71bca..d565a2beb19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,9 +37,9 @@ build() {
patch -Np0 -i ../../policy.patch || return 1
patch -Np0 -i ../../mgetty_cid.patch || return 1
make clean
- make || return 1
- make testdisk
- make test
+ make all vgetty || return 1
+ #make testdisk
+ #make test
}
package() {