aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-10-17 12:24:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-10-17 12:24:08 +0000
commit15bee86fc3df92f0bbdf0a17eac3915965983396 (patch)
tree6a621c91d22f093f023a29c72252ea47ba9fb32a /obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch
parent487c71693d31836144cd0a55ae73b76c64f71561 (diff)
downloadupstream-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.gz
upstream-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.bz2
upstream-15bee86fc3df92f0bbdf0a17eac3915965983396.zip
removed the old directories, too.. cleanup is ready, yay
SVN-Revision: 2130
Diffstat (limited to 'obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch')
-rw-r--r--obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch b/obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch
deleted file mode 100644
index d0a30489ae..0000000000
--- a/obsolete-buildroot/sources/ipkg-utils-1.7-ipkg_buildpackage.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ruN ipkg-utils-1.7-old/ipkg-buildpackage ipkg-utils-1.7-new/ipkg-buildpackage
---- ipkg-utils-1.7-old/ipkg-buildpackage 2001-07-26 17:36:36.000000000 +0200
-+++ ipkg-utils-1.7-new/ipkg-buildpackage 2004-07-05 19:46:24.000000000 +0200
-@@ -30,8 +30,9 @@
-
- set -e
-
--#SCRIPTDIR=/usr/local/bin
--SCRIPTDIR=/other/kurth/ipaq-dev/familiar/dist/ipkg/util/
-+SCRIPTDIR=/usr/local/bin
-+
-+IPKG_BUILD_OPTIONS=$*
-
- SCRIPTNAME=`basename $0`
-
-@@ -212,7 +213,7 @@
- # build the ipk package
- owd=`pwd`
- cd ..
--ipkg-build /tmp/${pkg} || exit 1
-+ipkg-build $IPKG_BUILD_OPTIONS /tmp/${pkg} || exit 1
-
- rm -rf /tmp/${pkg}
-