source:
ipk/ipkg-utils-050831/ipkg-diff@
4890
| Last change on this file since 4890 was 4890, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 221 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | pkg1=$1 |
| 4 | dir1=`echo $pkg1 | sed s/.ipk//` |
| 5 | dir1=`basename $dir1` |
| 6 | pkg2=$2 |
| 7 | dir2=`echo $pkg2 | sed s/.ipk//` |
| 8 | dir2=`basename $dir2` |
| 9 | |
| 10 | ipkg-unbuild $pkg2 |
| 11 | ipkg-unbuild $pkg1 |
| 12 | |
| 13 | diff -urN $dir1 $dir2 |
| 14 | |
| 15 | rm -fr $dir1 $dir2 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)