mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
5602def594
commit
be5517c7b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue