summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Ong2017-11-03 07:57:54 -0400
committerJoel Ong2017-11-03 07:57:54 -0400
commit419feccfa7021b1da7709fdbe16dc5e14b54d4fb (patch)
treeb26edec231aabaecab32cb0375d5171b236ba90d
parenta9a3bcf28b482996deabbdfec8b1cdbf03ffbe9b (diff)
downloadaur-419feccfa7021b1da7709fdbe16dc5e14b54d4fb.tar.gz
For some reason the CSS files weren't being generated
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751242b97339..db7cef42bf09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,6 +51,7 @@ build() {
cd build
cmake .. "${_opts[@]}"
make
+ make compile-less
}
package() {