Skip to content

Commit

Permalink
Fix make archive command after pot file removal
Browse files Browse the repository at this point in the history
Pot file was moved to a separate repository, however, this command wasn't
changed appropriately. Fix this now.

(cherry picked from commit fd72a88)

Related: rhbz#1836950
  • Loading branch information
jkonecny12 authored and M4rtinK committed Aug 31, 2020
1 parent 094dd74 commit 5511311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ archive: po-pull
tar -rf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
gzip -9 $(PKGNAME)-$(VERSION).tar
rm -rf $(PKGNAME)-$(VERSION)
git checkout -- po/$(PKGNAME).pot
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"

local: po-pull
Expand Down

0 comments on commit 5511311

Please sign in to comment.