diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 14:46:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 14:46:03 +0000 |
commit | 3849a57cd7cb47e30a506222779916eebdbb28fb (patch) | |
tree | 8120e3eb5627aa21521327954bcbecbf96551c21 /tools/ipkg-utils/patches/110-buildpackage.patch | |
parent | d0484c4cf651fc0f08bbd1a902417687a3d7f0ff (diff) | |
download | upstream-3849a57cd7cb47e30a506222779916eebdbb28fb.tar.gz upstream-3849a57cd7cb47e30a506222779916eebdbb28fb.tar.bz2 upstream-3849a57cd7cb47e30a506222779916eebdbb28fb.zip |
tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, and autoconf are touched
SVN-Revision: 14589
Diffstat (limited to 'tools/ipkg-utils/patches/110-buildpackage.patch')
-rw-r--r-- | tools/ipkg-utils/patches/110-buildpackage.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/ipkg-utils/patches/110-buildpackage.patch b/tools/ipkg-utils/patches/110-buildpackage.patch index d0a30489ae..8e62ee70cf 100644 --- a/tools/ipkg-utils/patches/110-buildpackage.patch +++ b/tools/ipkg-utils/patches/110-buildpackage.patch @@ -1,6 +1,5 @@ -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 +--- a/ipkg-buildpackage ++++ b/ipkg-buildpackage @@ -30,8 +30,9 @@ set -e @@ -13,7 +12,7 @@ diff -ruN ipkg-utils-1.7-old/ipkg-buildpackage ipkg-utils-1.7-new/ipkg-buildpack SCRIPTNAME=`basename $0` -@@ -212,7 +213,7 @@ +@@ -212,7 +213,7 @@ done # build the ipk package owd=`pwd` cd .. |