Skip to content

Commit

Permalink
Merge pull request #148 from flathub/cache
Browse files Browse the repository at this point in the history
fix libdrm soname
  • Loading branch information
catsout authored Nov 1, 2023
2 parents 9a61f56 + f6a37af commit 1e7cfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net.cozic.joplin_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ modules:
- |
for f in $(find $dir -maxdepth 1 -mindepth 1)
do
if [ $(stat --format=%Z /usr/lib/*/libdrm.so) -gt $(stat --format=%Z $f) ];then
if [ $(stat --format=%Z /usr/lib/*/libdrm.so.?) -gt $(stat --format=%Y $f) ];then
rm $f
fi
done
Expand Down

0 comments on commit 1e7cfcd

Please sign in to comment.