Skip to content
Snippets Groups Projects
Verified Commit bda64e5b authored by Anna Wilcox's avatar Anna Wilcox 🦊
Browse files

user/libayatana-indicator: needs -j1 in install

Otherwise, we get 'failed to set permissions on headers' errors.
parent b6821ef7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ check() {
package() {
cd "$builddir"
DESTDIR="$pkgdir" make install
DESTDIR="$pkgdir" make -j1 install
}
sha512sums="47a89a4f59d547e4aeeeba245ec7df360e18dc9f8a8c256cbeaf2a95e335f2734873457b2b0fdef8c2fdeaf780dda38cfe020c335a3447a2175914d580aeb8de libayatana-indicator-0.6.2.tar.gz"
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