allow deb building to work from a dist tarball

This commit is contained in:
Bill Currie 2002-05-29 16:06:09 +00:00
parent 26cda3214a
commit b19a4d9683

2
debian/rules vendored
View file

@ -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 \