From 60ac524e6f91643124125e392edf733c038e3a6a Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 24 Feb 2015 12:47:20 +0100 Subject: package/*/patches: drop obvious cases of install parameter elimination Due to an advanced wrapper, this should have become unnecessary. --- package/capi4k-utils/patches/patch-avmb1_Makefile_in | 14 -------------- package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile | 12 ------------ 2 files changed, 26 deletions(-) delete mode 100644 package/capi4k-utils/patches/patch-avmb1_Makefile_in delete mode 100644 package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile (limited to 'package/capi4k-utils') diff --git a/package/capi4k-utils/patches/patch-avmb1_Makefile_in b/package/capi4k-utils/patches/patch-avmb1_Makefile_in deleted file mode 100644 index f8d42a1cd..000000000 --- a/package/capi4k-utils/patches/patch-avmb1_Makefile_in +++ /dev/null @@ -1,14 +0,0 @@ - - do not set uid/gid while installing ---- capi4k-utils.orig/avmb1/Makefile.in 2002-10-26 21:27:40.000000000 +0200 -+++ capi4k-utils/avmb1/Makefile.in 2011-07-14 19:14:42.879001566 +0200 -@@ -15,8 +15,8 @@ SBINDIR = @CONFIG_SBINDIR@ - MANDIR = @CONFIG_MANDIR@ - MAN8DIR = $(MANDIR)/man8 - INSTALL = @INSTALL@ --INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750 --INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644 -+INSTALL_PROGRAM = $(INSTALL) -m 0750 -+INSTALL_MAN = $(INSTALL) -m 0644 - prefix = @prefix@ - exec_prefix = @exec_prefix@ - CC = @CC@ diff --git a/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile b/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile deleted file mode 100644 index b31e9b393..000000000 --- a/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile +++ /dev/null @@ -1,12 +0,0 @@ - - do not set uid when installing ---- capi4k-utils.orig/pppdcapiplugin/Makefile 2005-07-18 11:11:25.000000000 +0200 -+++ capi4k-utils/pppdcapiplugin/Makefile 2011-07-14 19:22:54.660001648 +0200 -@@ -12,7 +12,7 @@ export TOPDIR=$(shell pwd) - export CAPIINC=$(TOPDIR)/../capi20 - export CAPILIB=$(TOPDIR)/../capi20 - export INSTALL=$(TOPDIR)/install-sh -c --export INSTALLDATA=$(TOPDIR)/install-sh -c -o root -m 600 -+export INSTALLDATA=$(TOPDIR)/install-sh -c -m 600 - export MKDIR=$(TOPDIR)/mkinstalldirs - - PPPSRCDIRS=/src/isdn/pppd -- cgit v1.2.3