~ubuntu-branches/ubuntu/natty/gnupod-tools/natty

« back to all changes in this revision

Viewing changes to debian/maintenance/05filemagic_encoder.sh

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-30 19:31:52 UTC
  • Revision ID: james.westby@ubuntu.com-20080630193152-5ognhmav5qtvjtht
Tags: 0.99.6-3
Fixed problem where gnopod_convert_* scripts are named. (closes: #488446)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
cd $1
 
4
patch -p 1 < $0
 
5
 
 
6
exit 0
 
7
 
 
8