This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit a12efa16c2311cb508bf40f2de19ec3af8af1fc0 Author: James Cowgill <[email protected]> Date: Sun Oct 26 20:56:38 2014 +0000 Remove redundant destination directory from d/*.install --- debian/dolphin-emu-data.install | 4 ++-- debian/dolphin-emu.install | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/dolphin-emu-data.install b/debian/dolphin-emu-data.install index c1050f9..b0d166e 100644 --- a/debian/dolphin-emu-data.install +++ b/debian/dolphin-emu-data.install @@ -1,2 +1,2 @@ -usr/share/games/dolphin-emu/* usr/share/games/dolphin-emu -usr/share/locale/* usr/share/locale +usr/share/games/dolphin-emu +usr/share/locale diff --git a/debian/dolphin-emu.install b/debian/dolphin-emu.install index 6dfd48c..2456b7b 100644 --- a/debian/dolphin-emu.install +++ b/debian/dolphin-emu.install @@ -1,3 +1,3 @@ -usr/games/dolphin-emu usr/games -usr/share/applications/dolphin-emu.desktop usr/share/applications -usr/share/pixmaps/dolphin-emu.xpm usr/share/pixmaps +usr/games/dolphin-emu +usr/share/applications/dolphin-emu.desktop +usr/share/pixmaps/dolphin-emu.xpm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

