Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jul 7, 2024
1 parent e435e95 commit 720293d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cinnamon/extra/nemo-extensions/ympbuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ setup(){
for _dir in ${uses[@]}; do
cd nemo-${_dir}
if [[ -f meson.build ]] ; then
meson setup build
meson setup build --prefix=/usr \
--libdir=/usr/lib64
fi
cd ..
done
Expand Down

0 comments on commit 720293d

Please sign in to comment.