summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-05 20:40:38 -0500
committerB Stack <bgstack15@gmail.com>2019-02-05 20:40:38 -0500
commit77065d46738062743a47b3fe3abc519bdae5540e (patch)
treefcd50a5c49e990b6d58e88dadf1a392a39c58cb3 /palemoon
parentadd bgstack15 customizations to rpm spec part 1 (diff)
downloadstackrpms-77065d46738062743a47b3fe3abc519bdae5540e.tar.gz
stackrpms-77065d46738062743a47b3fe3abc519bdae5540e.tar.bz2
stackrpms-77065d46738062743a47b3fe3abc519bdae5540e.zip
palemoon custom part 2
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 0a8208b..f596464 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -90,9 +90,7 @@ and themes to make the browser truly your own.
%{__cp} %{SOURCE1} ./.mozconfig
%if 0%{stackrpms_custom}
-echo please find file browser.xul for the patch -pNUM
-/bin/bash
-%patch0
+%patch0 -p1
%endif
%build
bgstack15