29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
diff -up hplip-2.8.6/Makefile.am.gzip-n hplip-2.8.6/Makefile.am
|
|
--- hplip-2.8.6/Makefile.am.gzip-n 2008-06-21 00:40:39.000000000 +0100
|
|
+++ hplip-2.8.6/Makefile.am 2008-06-23 12:10:17.000000000 +0100
|
|
@@ -401,8 +401,8 @@ 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 -f $(DESTDIR)$(faxppddir)/HP-Fax2-hplip.ppd; \
|
|
+ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
+ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax2-hplip.ppd; \
|
|
fi
|
|
endif # if HPLIP_BUILD
|
|
|
|
diff -up hplip-2.8.6/Makefile.in.gzip-n hplip-2.8.6/Makefile.in
|
|
--- hplip-2.8.6/Makefile.in.gzip-n 2008-06-21 00:41:33.000000000 +0100
|
|
+++ hplip-2.8.6/Makefile.in 2008-06-23 12:10:45.000000000 +0100
|
|
@@ -6615,8 +6615,8 @@ 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 -f $(DESTDIR)$(faxppddir)/HP-Fax2-hplip.ppd; \
|
|
+@HPLIP_BUILD_TRUE@ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax-hplip.ppd; \
|
|
+@HPLIP_BUILD_TRUE@ gzip -n -f $(DESTDIR)$(faxppddir)/HP-Fax2-hplip.ppd; \
|
|
@HPLIP_BUILD_TRUE@ fi
|
|
|
|
install-foo:
|