misc/kde_cdemu: Replaced backtick cmdsub.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-07-15 04:01:48 -04:00 committed by Willy Sudiarto Raharjo
parent 5602def594
commit be5517c7b7
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -49,7 +49,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` .
cmake -DCMAKE_INSTALL_PREFIX=$( kf5-config --prefix ) .
make
make install DESTDIR=$PKG