Skip to content

Commit

Permalink
Use known good desktop-file-utils commit
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored May 9, 2024
1 parent ff932b7 commit 0d3ef47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/install-static-desktop-file-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

set -euxo pipefail

if [[ "${1:-}" == "" ]]; then
echo "Usage: $0 <version>"
exit 2
fi
# if [[ "${1:-}" == "" ]]; then
# echo "Usage: $0 <version>"
# exit 2
# fi

version="$1"
# version="$1"

build_dir="$(mktemp -d -t desktop-file-utils-build-XXXXXX)"

Expand Down Expand Up @@ -46,4 +46,4 @@ strip desktop-file-install desktop-file-validate update-desktop-database

cd ..

make install
make install

0 comments on commit 0d3ef47

Please sign in to comment.