summaryrefslogtreecommitdiff
path: root/ublock-origin-combined
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-03-18 19:41:19 -0400
committerB Stack <bgstack15@gmail.com>2021-03-18 19:41:19 -0400
commitcd0e86243af7b16337b09111a78280b5a8b214e5 (patch)
tree18b5362f71087fe04b07085921244c9cf2fcfd0c /ublock-origin-combined
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-cd0e86243af7b16337b09111a78280b5a8b214e5.tar.gz
stackrpms-cd0e86243af7b16337b09111a78280b5a8b214e5.tar.bz2
stackrpms-cd0e86243af7b16337b09111a78280b5a8b214e5.zip
add nm xpi file to spec
Diffstat (limited to 'ublock-origin-combined')
-rw-r--r--ublock-origin-combined/ublock-origin-combined.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ublock-origin-combined/ublock-origin-combined.spec b/ublock-origin-combined/ublock-origin-combined.spec
index 1e82cde..9a5f36d 100644
--- a/ublock-origin-combined/ublock-origin-combined.spec
+++ b/ublock-origin-combined/ublock-origin-combined.spec
@@ -67,6 +67,7 @@ rm -rf %{buildroot}
%{extdir1}/*.xpi
%{extdir2}/*.xpi
%{extdir3}/../*/*.xpi
+%{extdir4}/*.xpi
# something gets weird because of the curly braces in the expanded variable, but using the ../* syntax changes the evaluated string so it does not have to try to use curly braces in the owned filepath.
%changelog
bgstack15