From 2dab0f82ffc26cea3a2bb3b84108d6485c881c9a Mon Sep 17 00:00:00 2001 From: RP1 Date: Sun, 29 Dec 2024 22:03:22 +0100 Subject: [PATCH] added another makepkg.conf hack --- raveos-hypr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/raveos-hypr.sh b/raveos-hypr.sh index b1dc11c..4cdf670 100644 --- a/raveos-hypr.sh +++ b/raveos-hypr.sh @@ -29,6 +29,7 @@ Locale=$(echo $LANG) # Making Makepkg a bit faster sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf + echo 'MAKEFLAGS="-j16"' | sudo tee -a /etc/makepkg.conf # Installing packages