Skip to content

Commit

Permalink
Debian: Updated rules so that deng_packres is used
Browse files Browse the repository at this point in the history
The pk3 files are not built unless deng_packres is specified
in the CONFIG.
  • Loading branch information
skyjake committed Oct 20, 2011
1 parent 54102c5 commit 073d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/debian/rules
Expand Up @@ -4,7 +4,7 @@ builddir:
mkdir -p builddir

builddir/Makefile: builddir
cd builddir && qmake-qt4 PREFIX=/usr DENG_BUILD=`../build_number.py --print` ../../doomsday/$(APPNAME).pro
cd builddir && qmake-qt4 PREFIX=/usr CONFIG+='release deng_packres' DENG_BUILD=`../build_number.py --print` ../../doomsday/$(APPNAME).pro

build: build-stamp

Expand Down

0 comments on commit 073d274

Please sign in to comment.