Skip to content

Commit

Permalink
switch to bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Mar 3, 2019
1 parent 335e725 commit 19699d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release: commit-release deb
changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
github-release schlomo/$(PACKAGE) v$(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'out/*.deb'; \
git pull
dput ppa:sschapiro/ubuntu/ppa/xenial out/$(PACKAGE)_*_source.changes
dput ppa:sschapiro/ubuntu/ppa/bionic out/$(PACKAGE)_*_source.changes

install: build
install -m 0755 -D -t $(DESTDIR)/usr/bin fritzbox-internet-ticket
Expand Down

0 comments on commit 19699d2

Please sign in to comment.