summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2019-10-04 13:59:40 +0200
committerFilippo Berto2019-10-04 14:29:31 +0200
commit50a8ce39fb1693555ddd5ce621e6921492120ed8 (patch)
tree9c5e21e5e4b4f81a28db9de481efd09643ec5d09
parent2d45b991037d43168d2eaca23352de79fc3173cd (diff)
downloadaur-50a8ce39fb1693555ddd5ce621e6921492120ed8.tar.gz
Remove unused function
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62fdced3f387..0c56feb57ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,11 +42,6 @@ build() {
./waf build
}
-# check() {
-# cd "${srcdir}/${_reponame}"
-# ./waf check
-# }
-
package() {
cd "${srcdir}/${_pkgname}"
./waf install --destdir="${pkgdir}"