Update for git (vs cvs?!?)

This commit is contained in:
Bill Currie 2010-11-16 00:49:01 +09:00
parent 6260130ae5
commit 82687d19db
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -38,7 +38,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
if test -d CVS; then ./bootstrap; fi
if test -d .git; then ./bootstrap; fi
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
--without-fbdev \
--disable-xmms \
@ -60,7 +60,7 @@ build-stamp:
changelog-stamp:
dh_testdir
# Add here commands to build the changelog
if test -d CVS; then $(MAKE) changelog; fi
if test -d .git; then $(MAKE) changelog; fi
touch $@
clean: