summaryrefslogtreecommitdiffstats
path: root/package/hplip/hplip-fix-make.patch
diff options
context:
space:
mode:
authorOlivier Schonken <olivier.schonken@gmail.com>2013-10-31 08:30:49 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-11-11 00:55:02 +0100
commit2b0d870ce57dc92373788fb8cf7dd1add621c6eb (patch)
treec44388b55b0d8aaf0d7feb7cfe5341eeb9fed189 /package/hplip/hplip-fix-make.patch
parentb835171cf9db23095c669b872dbaa15fc1e99898 (diff)
downloadbuildroot-2b0d870ce57dc92373788fb8cf7dd1add621c6eb.tar.gz
buildroot-2b0d870ce57dc92373788fb8cf7dd1add621c6eb.zip
hplip: bump to version 3.13.10
Sections of the hplip-fix-make.patch patch file were removed, because they no longer appear in the Makefile.am file. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/hplip/hplip-fix-make.patch')
-rw-r--r--package/hplip/hplip-fix-make.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/hplip/hplip-fix-make.patch b/package/hplip/hplip-fix-make.patch
index b26277dd2f..da05d03fd3 100644
--- a/package/hplip/hplip-fix-make.patch
+++ b/package/hplip/hplip-fix-make.patch
@@ -30,45 +30,6 @@ index 16ea902..b22f46a 100644
endif
# ui (qt3)
-@@ -564,26 +564,26 @@ endif
-
- install-dist_hplip_LogDATA:
- if FULL_BUILD
-- test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
-- chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
-- chmod 775 $(DESTDIR)$(hplip_Logdir)
-+# test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
-+# chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
-+# chmod 775 $(DESTDIR)$(hplip_Logdir)
- endif #FULL_BUILD
- if HPLIP_BUILD
-- test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
-- chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
-- chmod 775 $(DESTDIR)$(hplip_Logdir)
-+# test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
-+# chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
-+# chmod 775 $(DESTDIR)$(hplip_Logdir)
- endif #FULL_BUILD
-
- install-dist_hplip_tmpDATA:
- if FULL_BUILD
-- test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
-- chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
-- chmod 1775 $(DESTDIR)$(hplip_tmpdir)
-+# test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
-+# chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
-+# chmod 1775 $(DESTDIR)$(hplip_tmpdir)
- endif #FULL_BUILD
- if HPLIP_BUILD
-- test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
-- chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
-- chmod 1775 $(DESTDIR)$(hplip_tmpdir)
-+# test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
-+# chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
-+# chmod 1775 $(DESTDIR)$(hplip_tmpdir)
- endif #FULL_BUILD
-
- install-dist_cronDATA:$(dist_cron_DATA)
--
1.7.10.4
OpenPOWER on IntegriCloud