Author: pabs
Date: 2009-02-19 04:03:26 +0000 (Thu, 19 Feb 2009)
New Revision: 8886

Modified:
   packages/trunk/chromium/debian/changelog
   packages/trunk/chromium/debian/rules
Log:
bindir/datadir customisations were removed so use ./configure args

Modified: packages/trunk/chromium/debian/changelog
===================================================================
--- packages/trunk/chromium/debian/changelog    2009-02-19 03:51:13 UTC (rev 
8885)
+++ packages/trunk/chromium/debian/changelog    2009-02-19 04:03:26 UTC (rev 
8886)
@@ -3,6 +3,7 @@
   * New upstream release
     - Using the CDROM for music is off by default and
       the manual page documents the use_cdrom option (Closes: #492446)
+    - bindir/datadir customisations were removed so use ./configure args
   * Flesh out the description for the -data package to silence lintian
 
  -- Paul Wise <[email protected]>  Thu, 19 Feb 2009 12:41:17 +0900

Modified: packages/trunk/chromium/debian/rules
===================================================================
--- packages/trunk/chromium/debian/rules        2009-02-19 03:51:13 UTC (rev 
8885)
+++ packages/trunk/chromium/debian/rules        2009-02-19 04:03:26 UTC (rev 
8886)
@@ -31,7 +31,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
 endif
-       ./configure $(build_flags) CXXFLAGS="$(CFLAGS)" --prefix=/usr 
--with-font-path=/usr/share/fonts/truetype/uralic/gothub__.ttf
+       ./configure $(build_flags) CXXFLAGS="$(CFLAGS)" --prefix=/usr 
--bindir=/usr/games --datadir=/usr/share/games 
--with-font-path=/usr/share/fonts/truetype/uralic/gothub__.ttf
        touch configure-stamp
 
 build: build-stamp


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to