Skip to content

Commit

Permalink
rpm: ignore locale when generating spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed May 23, 2024
1 parent 38515b6 commit c819395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD_HELPER := ./build-helper

VERSION = $(shell $(BUILD_HELPER) --version)
RELEASE = $(shell $(BUILD_HELPER) --release)
DATE = $(shell date +'%a %b %d %Y')
DATE = $(shell LC_ALL=C date +'%a %b %d %Y')
TARBALL = argparse-manpage-$(VERSION).tar.gz

all: argparse-manpage.spec argparse-manpage-$(VERSION).tar.gz
Expand Down

0 comments on commit c819395

Please sign in to comment.