[mw-devel] MW3 r1067 - trunk/debian-template
welshbyte at sucs.org
welshbyte at sucs.org
Thu Mar 12 12:17:14 GMT 2009
Author: welshbyte
Date: 2009-03-12 12:17:14 +0000 (Thu, 12 Mar 2009)
New Revision: 1067
Modified:
trunk/debian-template/rules
Log:
Pass the correct paths when building the deb package
Modified: trunk/debian-template/rules
===================================================================
--- trunk/debian-template/rules 2009-03-12 01:19:42 UTC (rev 1066)
+++ trunk/debian-template/rules 2009-03-12 12:17:14 UTC (rev 1067)
@@ -8,7 +8,7 @@
build: build-stamp
build-stamp: configure-stamp
dh_testdir
- $(MAKE) -C src
+ $(MAKE) libdir=/usr/lib bindir=/usr/bin -C src
touch $@
clean:
More information about the mw-devel
mailing list