mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
[ -d CVS ] && ./bootstrap
|
if test -d CVS; then ./bootstrap; fi
|
||||||
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
||||||
--without-fbdev \
|
--without-fbdev \
|
||||||
--disable-xmms \
|
--disable-xmms \
|
||||||
|
|
Loading…
Reference in a new issue