diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
commit | 083034a599d882b2570d64d23c30aeb86c71397e (patch) | |
tree | c6865cd6127ad03058f728c1d527c9508c61a2e6 /tools/ipkg-utils/patches/140-portability.patch | |
parent | 5d8c92d1db176cca2bd1cd025c2700bd89a174d3 (diff) | |
download | upstream-083034a599d882b2570d64d23c30aeb86c71397e.tar.gz upstream-083034a599d882b2570d64d23c30aeb86c71397e.tar.bz2 upstream-083034a599d882b2570d64d23c30aeb86c71397e.zip |
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/ipkg-utils/patches/140-portability.patch')
-rw-r--r-- | tools/ipkg-utils/patches/140-portability.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/ipkg-utils/patches/140-portability.patch b/tools/ipkg-utils/patches/140-portability.patch deleted file mode 100644 index 417c4094d4..0000000000 --- a/tools/ipkg-utils/patches/140-portability.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/ipkg-build -+++ b/ipkg-build -@@ -11,6 +11,8 @@ set -e - - version=1.0 - -+TAR="${TAR:-$(which tar)}" -+ - ipkg_extract_value() { - sed -e "s/^[^:]*:[[:space:]]*//" - } ---- a/ipkg-make-index -+++ b/ipkg-make-index -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - # $Id: ipkg-make-index,v 1.20 2003/10/30 02:32:09 jamey Exp $ - - import sys, os, posixpath |