[game-data-packager] 61/293: made glob for finding built binary tighter

Simon McVittie smcv at debian.org
Fri Oct 14 00:11:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch quake
in repository game-data-packager.

commit 98a49cc796288dee751a5093eacd17ee6aa391a8
Author: Jack Coulter <jscinoz at gmail.com>
Date:   Sat Jun 28 07:10:44 2008 +0000

    made glob for finding built binary tighter
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b9a91a9..899ec20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,8 +52,8 @@ install-arch: build
 	dh_installdirs -s
 	dh_icons -s
 
-	cp build/*/ioquake3.* ioquake3
-	cp build/*/ioq3ded.* ioq3ded
+	cp build/release*/ioquake3.* ioquake3
+	cp build/release*/ioq3ded.* ioq3ded
 
 	dh_desktop -pquake3 debian/quake3.desktop
 	dh_installman -pquake3 debian/quake3.6

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list