diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-08-01 23:34:10 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-08-06 22:25:35 -0400 |
commit | 3a8ba7b3189ef664c051d62f3c3d6c1e994d197c (patch) | |
tree | 4a6ad3fc15ad592bddf0cf189463fab8e9beb07c | |
parent | 6458215ae3d30357a795a5607baeb50f679d70cf (diff) | |
download | abslibre-3a8ba7b3189ef664c051d62f3c3d6c1e994d197c.tar.gz abslibre-3a8ba7b3189ef664c051d62f3c3d6c1e994d197c.tar.bz2 abslibre-3a8ba7b3189ef664c051d62f3c3d6c1e994d197c.zip |
[iceweasel]: oops typo
-rw-r--r-- | libre/iceweasel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 0f9c00c54..f3c8b2d9a 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -196,7 +196,7 @@ END # FIXME: newtab patch below will not work # the new tab page needs to be a plugin, created externally # see: the branding-dev-build/ dir ont the '68.0' branch of the branding git repo - @ that will also be useful for creating a replacement 'mozilla-searchplugins' package + # that will also be useful for creating a replacement 'mozilla-searchplugins' package # custom new tab page local newtabdestdir=browser/components/newtab/data/content/assets/ patch -Np1 -i "${srcdir}/newtab.patch" |