Skip to content

Commit

Permalink
cp desktop-file-validate /usr/bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored May 9, 2024
1 parent dc04892 commit 5eff5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/install-static-desktop-file-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ fi

make -j"$jobs"

# TODO: Find more elegant way to do this
cd src/
gcc -static -o desktop-file-validate keyfileutils.o validate.o validator.o mimeutils.o -lglib-2.0 -lintl
gcc -static -o update-desktop-database update-desktop-database.o mimeutils.o -lglib-2.0 -lintl
gcc -static -o desktop-file-install keyfileutils.o validate.o install.o mimeutils.o -lglib-2.0 -lintl
strip desktop-file-install desktop-file-validate update-desktop-database
strip desktop-file-validate
cp desktop-file-validate /usr/bin/

cd ..

Expand Down

0 comments on commit 5eff5c0

Please sign in to comment.