diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-05-05 18:10:54 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-05-05 18:10:54 +0000 |
commit | 643ca6af30a18f2fedeb147614d7cc1109dd4829 (patch) | |
tree | bec53736a93cd5398f0b3402277c5d9e8ea972ce /debian | |
parent | 026faf4c349a82651b942d52f574b1895af9ab21 (diff) | |
download | mana-643ca6af30a18f2fedeb147614d7cc1109dd4829.tar.gz mana-643ca6af30a18f2fedeb147614d7cc1109dd4829.tar.bz2 mana-643ca6af30a18f2fedeb147614d7cc1109dd4829.tar.xz mana-643ca6af30a18f2fedeb147614d7cc1109dd4829.zip |
Oops Better like that.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ab98c856..27a82c63 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ binary-indep: build install desktopdir=/usr/share/applications cp data/icons/tmw-icon.xpm debian/tmp/usr/share/pixmaps/tmw.xpm - mv data/icons/tmw-icon.png debian/tmp/usr/share/pixmaps/tmw.png + cp data/icons/tmw-icon.png debian/tmp/usr/share/pixmaps/tmw.png # Build architecture-dependent files here. |