Skip to content

Commit 6cbec47

Browse files
authored
fix typo
1 parent 2c918e9 commit 6cbec47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pacman -Rdd --noconfirm qt6-webengine
1717

1818
# build kiconthemes without mandatory link to massive libKF6BreezeIcons.so library
1919
PRE_BUILD_CMDS="
20-
sed -i -e 's|-DBUILD_TESTING=OFF|-DBUILD_TESTING=OFF -DUSE_BreezeIcons=OFF|g ./PKGBUILD
20+
sed -i -e 's|-DBUILD_TESTING=OFF|-DBUILD_TESTING=OFF -DUSE_BreezeIcons=OFF|g' ./PKGBUILD
2121
" make-aur-package --archlinux-pkg kiconthemes
2222

2323
# If the application needs to be manually built that has to be done down here

0 commit comments

Comments
 (0)