mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
allow deb building to work from a dist tarball
This commit is contained in:
parent
26cda3214a
commit
b19a4d9683
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -36,7 +36,7 @@ configure: configure-stamp
|
|||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
[ -d CVS ] && ./bootstrap
|
||||
if test -d CVS; then ./bootstrap; fi
|
||||
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
||||
--without-fbdev \
|
||||
--disable-xmms \
|
||||
|
|
Loading…
Reference in a new issue