summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {