summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-12-31 18:01:27 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-12-31 18:01:27 +0000
commit08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2 (patch)
tree509009853f58df8d7354834cb8af1f30377c3d68 /firefox.spec
parent- Create and own /etc/skel/.mozilla (diff)
downloadlibrewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.tar.gz
librewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.tar.bz2
librewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.zip
typo fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index fc90967..0f7458d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -235,7 +235,7 @@ done
%{__rm} -rf firefox-langpacks
# Default profile dir for /etc/skel
-%{__mkdir_p} RPM_BUILD_ROOT/%{_sysconfdir}/skel/.mozilla
+%{__mkdir_p} $RPM_BUILD_ROOT/%{_sysconfdir}/skel/.mozilla
# Copy over the LICENSE
install -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir}
bgstack15