Skip to content
Snippets Groups Projects
Commit d22340cd authored by Leo's avatar Leo
Browse files

community/libappindicator: disable parallel installation

there seems to be an ordering mistake
parent 86f0822c
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ check() { ...@@ -43,7 +43,7 @@ check() {
} }
package() { package() {
make DESTDIR="$pkgdir" install make -j1 DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/share/gtk-doc rm -rf "$pkgdir"/usr/share/gtk-doc
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment