~ubuntu-branches/ubuntu/hoary/dopewars/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael D. Ivey
  • Date: 2002-02-28 22:37:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020228223752-ctdnv7rrg4rp7vrw
Tags: 1.5.3-4
* Added patch to fix high score conversion problem on PPC (Closes: #136203)
* Added patch to fix 'Run Away' crashes on PPC (Closes: #136242)
* Thanks to Brian Campbell for both patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        @chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
12
12
          echo "Unable to change group ownership of the high score file"
13
13
        chmod 0660 ${SCORE}
14
 
        src/dopewars -C ${SCORE}
 
14
# modified for Debian GNU/Linux ... handle this in postinst
 
15
#       src/dopewars -C ${SCORE}
15
16
        ${mkinstalldirs} ${DESKTOPDIR}
16
17
        ${INSTALL} -m 0644 ${DESKTOP} ${DESKTOPDIR}