Skip to content

Commit

Permalink
Bugfix Makefile
Browse files Browse the repository at this point in the history
Update path for `downgrade` executable when extracting version
  • Loading branch information
atreyasha committed May 27, 2022
1 parent d291c6c commit 6a5d7d3
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 @@ -64,7 +64,7 @@ uninstall:
$(DESTDIR)$(LOCALEPREFIX)/*/LC_MESSAGES/$${script}.mo; \
done

VERSION ?= $(shell sed '/^DOWNGRADE_VERSION="\([^"]*\)".*$$/!d; s//\1/' downgrade)
VERSION ?= $(shell sed '/^DOWNGRADE_VERSION="\([^"]*\)".*$$/!d; s//\1/' bin/downgrade)
AUR_RELEASE_OPTIONS ?=

.PHONY: release
Expand Down

0 comments on commit 6a5d7d3

Please sign in to comment.