diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-12-31 18:01:27 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-12-31 18:01:27 +0000 |
commit | 08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2 (patch) | |
tree | 509009853f58df8d7354834cb8af1f30377c3d68 | |
parent | - Create and own /etc/skel/.mozilla (diff) | |
download | librewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.tar.gz librewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.tar.bz2 librewolf-fedora-ff-08a9fdda4de1ec460a5a4b1fbdb8164b7badf5c2.zip |
typo fix
-rw-r--r-- | firefox.spec | 2 |
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} |