App Launcher

From: Carl Worth <cworth.a.t.east.isi.edu>
Date: Tue May 29 2001 - 08:39:53 EDT

James ''Wez'' Weatherall writes:
> Carl,
>
> My first stab at pylau (Python application Launcher) is attached as an
> ipk. I can't get it to install on my iPAQ because it complains that
> control.tar.gz does not exist, although it seems to be fine...
>
> Any ideas what's up? I'm guessing file permissions but I'm not sure
> why.

Now fixed in CVS (ipkg-build 1.4)

-Carl

diff -u -r1.3 -r1.4
--- ipkg-build 2001/05/25 17:38:31 1.3
+++ ipkg-build 2001/05/29 02:13:53 1.4
@@ -120,7 +120,7 @@
 echo "2.0" > $tmp_dir/debian-binary
 
 pkg_file=$dest_dir/${pkg}_${version}_${arch}.ipk
-tar -C $tmp_dir -czf $pkg_file debian-binary data.tar.gz control.tar.gz
+tar -C $tmp_dir -czf $pkg_file ./debian-binary ./data.tar.gz ./control.tar.gz
 rm $tmp_dir/debian-binary $tmp_dir/data.tar.gz $tmp_dir/control.tar.gz
 rmdir $tmp_dir
Received on Tue May 29 05:38:32 2001

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:25 EDT