diff options
author | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-03-27 14:03:26 -0400 |
---|---|---|
committer | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-03-27 14:03:26 -0400 |
commit | 74aae61c23883c10e15cd268a5d28754b7eeb1f3 (patch) | |
tree | 6436b604132c4e33a89e5ee32a0fa9f07c7ccf6f /firefox | |
parent | 67f19e04def65b74c0f4079e93f99e2200edd036 (diff) | |
download | opt-74aae61c23883c10e15cd268a5d28754b7eeb1f3.tar.gz opt-74aae61c23883c10e15cd268a5d28754b7eeb1f3.tar.xz |
firefox: Fix typo pertaining to ldflags patch.
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile index ea2b7b041..33402424c 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -17,7 +17,7 @@ build() { export MOZILLA_FIVE_HOME=/usr/lib/firefox cd mozilla - patch -p0 -i $SRC/ldflags.patch + patch -p0 -i $SRC/firefox-2.0-add-ldflags.patch sed -e "s/#CFLAGS#/$CFLAGS/" -e "s/#MAKEFLAGS/$MAKEFLAGS/g" $SRC/mozconfig > .mozconfig ./configure make |