Skip to content

Commit

Permalink
tweak dh-make
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion committed Jul 8, 2024
1 parent 0bf485a commit 2bfd0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: apt install -y dh-make dpkg-dev

- name: Setup dh_make quilt files
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.0
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.0 || true

- name: Install apt build dependencies
run: apt build-dep -y ./
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo apt install -y dh-make dpkg-dev

# Setup dh_make quilt files
```
LOGNAME=root dh_make --createorig -y -l -p umu-launcher_{PUT UMU VERSION HERE}
LOGNAME=root dh_make --createorig -y -l -p umu-launcher_{PUT UMU VERSION HERE} || true
```

# Install apt build dependencies:
Expand Down

0 comments on commit 2bfd0a6

Please sign in to comment.