summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-27 20:21:01 -0400
committerB Stack <bgstack15@gmail.com>2020-10-27 20:21:01 -0400
commit3c14e333a29d9044a6c285899ac4b78513e5b444 (patch)
tree5adf68bc72bc125cfe6da74d29e2e0415e6ad117 /palemoon
parentpm/nm 28.15.0 rpm/dpkg rc1 (diff)
downloadstackrpms-3c14e333a29d9044a6c285899ac4b78513e5b444.tar.gz
stackrpms-3c14e333a29d9044a6c285899ac4b78513e5b444.tar.bz2
stackrpms-3c14e333a29d9044a6c285899ac4b78513e5b444.zip
fix tarballdir in spec
As a result of either the move to repo.pm.o or for some other dumb reason, the release tarball does not use the same format as before.
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index dd62fbd..5116005 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -1,4 +1,4 @@
-%global tarballdir Pale-Moon-%{version}_Release
+%global tarballdir pale-moon
%global dummy_package 0
%global appname palemoon
%global prettyname Pale Moon Web Browser
bgstack15