diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 18:57:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 18:57:40 -0300 |
commit | 3f3d79ed6d236bd4efd43108561376abfad81252 (patch) | |
tree | 1b3546239c482897caca6764f0914167e705ec92 | |
parent | e6cfd799d9f9764dc899080218759c9146fef278 (diff) | |
download | abslibre-3f3d79ed6d236bd4efd43108561376abfad81252.tar.gz abslibre-3f3d79ed6d236bd4efd43108561376abfad81252.tar.bz2 abslibre-3f3d79ed6d236bd4efd43108561376abfad81252.zip |
iceweasel-libre: add verbose operation on quilt
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index c78bdc6d1..97501a647 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -78,7 +78,7 @@ prepare() { # This patch doesn't works in some parts due that has patches for others locales languages, source code hasn't it rm -v debian/patches/debian-hacks/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch || true - quilt push -a + quilt push -av patch -Np1 -i "$srcdir/Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch" # Adding fixed Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch patch -Np1 -i "$srcdir/iceweasel-install-dir.patch" # install to /usr/lib/$_pkgname |