~awstools-dev/ubuntu/lucid/ec2-ami-tools/lucid

« back to all changes in this revision

Viewing changes to debian/patches/point-to-right-place.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-10-21 11:09:00 UTC
  • Revision ID: james.westby@ubuntu.com-20081021110900-acu2nggkhz450xyd
Tags: 1.3-26357-0ubuntu4
Fix typo in debian/patches/point-to-right-place.patch. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 #!/bin/bash
60
60
 
61
61
-home=${EC2_AMITOOL_HOME:-${EC2_HOME:?Neither of EC2_AMITOOL_HOME or EC2_HOME environment variables are set}}
62
 
+home=/usr/lib/ec2-ami-bundle
 
62
+home=/usr/lib/ec2-ami-tools
63
63
 ruby -I $home/lib ${home}/lib/ec2/amitools/uploadbundle.rb $*