- Avoid multilib conflict (bug #341531). - The hpijs sub-package requires net-snmp (bug #376641).
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff -up hplip-2.7.12/Makefile.am.gzip-n hplip-2.7.12/Makefile.am
|
|
--- hplip-2.7.12/Makefile.am.gzip-n 2008-01-18 15:42:03.000000000 +0000
|
|
+++ hplip-2.7.12/Makefile.am 2008-01-18 15:42:38.000000000 +0000
|
|
@@ -420,7 +420,7 @@ if HPLIP_BUILD
|
|
# Install fax support.
|
|
if [ "$(fax_build)" = "yes" ]; then \
|
|
mv $(DESTDIR)$(hpfaxdir)/hpfax.py $(DESTDIR)$(hpfaxdir)/hpfax; \
|
|
- gzip -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
+ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
fi
|
|
endif # if HPLIP_BUILD
|
|
|
|
diff -up hplip-2.7.12/Makefile.in.gzip-n hplip-2.7.12/Makefile.in
|
|
--- hplip-2.7.12/Makefile.in.gzip-n 2008-01-18 15:42:44.000000000 +0000
|
|
+++ hplip-2.7.12/Makefile.in 2008-01-18 15:43:08.000000000 +0000
|
|
@@ -7345,7 +7345,7 @@ install-data-hook: install-foo
|
|
# Install fax support.
|
|
@HPLIP_BUILD_TRUE@ if [ "$(fax_build)" = "yes" ]; then \
|
|
@HPLIP_BUILD_TRUE@ mv $(DESTDIR)$(hpfaxdir)/hpfax.py $(DESTDIR)$(hpfaxdir)/hpfax; \
|
|
-@HPLIP_BUILD_TRUE@ gzip -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
+@HPLIP_BUILD_TRUE@ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
@HPLIP_BUILD_TRUE@ fi
|
|
|
|
install-foo:
|