summaryrefslogtreecommitdiff
path: root/package/capi4k-utils
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2015-02-24 12:47:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-28 10:14:38 +0100
commit60ac524e6f91643124125e392edf733c038e3a6a (patch)
tree33db3fef910883a0900422f3cb310b5916d5fdea /package/capi4k-utils
parent1fdd433b0895a83e98ef63745463b39381b9f1ee (diff)
package/*/patches: drop obvious cases of install parameter elimination
Due to an advanced wrapper, this should have become unnecessary.
Diffstat (limited to 'package/capi4k-utils')
-rw-r--r--package/capi4k-utils/patches/patch-avmb1_Makefile_in14
-rw-r--r--package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile12
2 files changed, 0 insertions, 26 deletions
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