diff options
author | B Stack <bgstack15@gmail.com> | 2020-10-27 20:21:01 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-10-27 20:21:01 -0400 |
commit | 3c14e333a29d9044a6c285899ac4b78513e5b444 (patch) | |
tree | 5adf68bc72bc125cfe6da74d29e2e0415e6ad117 /palemoon/palemoon.spec | |
parent | pm/nm 28.15.0 rpm/dpkg rc1 (diff) | |
download | stackrpms-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/palemoon.spec')
-rw-r--r-- | palemoon/palemoon.spec | 2 |
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 |