mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Update for git (vs cvs?!?)
This commit is contained in:
parent
6260130ae5
commit
82687d19db
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue