~ubuntu-branches/ubuntu/hardy/vice/hardy

« back to all changes in this revision

Viewing changes to src/arch/unix/qnx/make-bindist.sh

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-10-07 07:05:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007070546-81yy0twlka7p2t0e
Tags: 1.22-1
* New upstream version (closes: #428280).
* Correct link to HTML documentation in manpage (closes: #409567).
* Fix most packaging mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
mv /opt/lib/locale/pl/LC_MESSAGES/vice.* VICE-$2/opt/lib/locale/pl/LC_MESSAGES
39
39
mkdir -p VICE-$2/opt/lib/locale/nl/LC_MESSAGES
40
40
mv /opt/lib/locale/nl/LC_MESSAGES/vice.* VICE-$2/opt/lib/locale/nl/LC_MESSAGES
 
41
mkdir -p VICE-$2/opt/lib/locale/hu/LC_MESSAGES
 
42
mv /opt/lib/locale/hu/LC_MESSAGES/vice.* VICE-$2/opt/lib/locale/hu/LC_MESSAGES
41
43
mkdir VICE-$2/opt/bin
42
44
mv /opt/bin/vsid VICE-$2/opt/bin
43
45
mv /opt/bin/x64 VICE-$2/opt/bin
63
65
rm `find VICE-$2 -name "beos_*.vkm"`
64
66
rm `find VICE-$2 -name "dos_*.vkm"`
65
67
rm `find VICE-$2 -name "os2*.vkm"`
 
68
rm `find VICE-$2 -name "osx*.vkm"`
66
69
rm `find VICE-$2 -name "win_*.vkm"`
 
70
rm `find VICE-$2 -name "RO*.vkm"`
67
71
mkdir -p VICE-$2/opt/man/man1
68
72
mv /opt/man/man1/c1541.1 VICE-$2/opt/man/man1
69
73
mv /opt/man/man1/petcat.1 VICE-$2/opt/man/man1
318
322
                           </QPM:Dir>
319
323
                        </QPM:Dir>
320
324
 
 
325
                        <QPM:Dir name="hu">
 
326
                           <QPM:Dir name="LC_MESSAGES">
 
327
                              <QPM:File>vice.mo</QPM:File>
 
328
                           </QPM:Dir>
 
329
                        </QPM:Dir>
 
330
 
321
331
                        <QPM:Dir name="it">
322
332
                           <QPM:Dir name="LC_MESSAGES">
323
333
                              <QPM:File>vice.mo</QPM:File>
567
577
                           <QPM:Union link="../../../../opt/lib/locale/fr/LC_MESSAGES">LC_MESSAGES</QPM:Union>
568
578
                        </QPM:Dir>
569
579
 
 
580
                        <QPM:Dir name="hu">
 
581
                           <QPM:Union link="../../../../opt/lib/locale/hu/LC_MESSAGES">LC_MESSAGES</QPM:Union>
 
582
                        </QPM:Dir>
 
583
 
570
584
                        <QPM:Dir name="it">
571
585
                           <QPM:Union link="../../../../opt/lib/locale/it/LC_MESSAGES">LC_MESSAGES</QPM:Union>
572
586
                        </QPM:Dir>