We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c918e9 commit 6cbec47Copy full SHA for 6cbec47
1 file changed
get-dependencies.sh
@@ -17,7 +17,7 @@ pacman -Rdd --noconfirm qt6-webengine
17
18
# build kiconthemes without mandatory link to massive libKF6BreezeIcons.so library
19
PRE_BUILD_CMDS="
20
- sed -i -e 's|-DBUILD_TESTING=OFF|-DBUILD_TESTING=OFF -DUSE_BreezeIcons=OFF|g ./PKGBUILD
+ sed -i -e 's|-DBUILD_TESTING=OFF|-DBUILD_TESTING=OFF -DUSE_BreezeIcons=OFF|g' ./PKGBUILD
21
" make-aur-package --archlinux-pkg kiconthemes
22
23
# If the application needs to be manually built that has to be done down here
0 commit comments