source: freewrt/tools/ipkg-utils/patches/patch-ipkg-buildpackage@ fdd4f59

freewrt_1_0 freewrt_2_0
Last change on this file since fdd4f59 was fdd4f59, checked in by Thorsten Glaser <tg@…>, 19 years ago

run update-patches, simple cases

git-svn-id: svn://www.freewrt.org/trunk/freewrt@434 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 540 bytes
Line 
1$FreeWRT$
2--- ipkg-utils-1.7.orig/ipkg-buildpackage Thu Jul 26 15:36:14 2001
3+++ ipkg-utils-1.7/ipkg-buildpackage Thu Jul 27 10:21:58 2006
4@@ -30,9 +30,10 @@
5
6 set -e
7
8-#SCRIPTDIR=/usr/local/bin
9-SCRIPTDIR=/other/kurth/ipaq-dev/familiar/dist/ipkg/util/
10+SCRIPTDIR=/usr/local/bin
11
12+IPKG_BUILD_OPTIONS=$*
13+
14 SCRIPTNAME=`basename $0`
15
16 ipkg_extract_value() {
17@@ -212,7 +213,7 @@ done
18 # build the ipk package
19 owd=`pwd`
20 cd ..
21-ipkg-build /tmp/${pkg} || exit 1
22+ipkg-build $IPKG_BUILD_OPTIONS /tmp/${pkg} || exit 1
23
24 rm -rf /tmp/${pkg}
25
Note: See TracBrowser for help on using the repository browser.