[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r860 - branches/modular/xserver/xorg/debian



Author: dnusinow
Date: 2005-11-09 23:56:34 -0500 (Wed, 09 Nov 2005)
New Revision: 860

Modified:
   branches/modular/xserver/xorg/debian/changelog
   branches/modular/xserver/xorg/debian/rules
Log:
Define INSTALL command in debian/rules for xserver

Modified: branches/modular/xserver/xorg/debian/changelog
===================================================================
--- branches/modular/xserver/xorg/debian/changelog	2005-11-10 03:55:53 UTC (rev 859)
+++ branches/modular/xserver/xorg/debian/changelog	2005-11-10 04:56:34 UTC (rev 860)
@@ -2,8 +2,9 @@
 
   * First upload to Debian
   * Add bison and flex to the build-depends
+  * Define INSTALL in debian/rules
 
- -- David Nusinow <dnusinow@debian.org>  Wed,  9 Nov 2005 22:55:12 -0500
+ -- David Nusinow <dnusinow@debian.org>  Wed,  9 Nov 2005 23:55:02 -0500
 
 xorg-server (1:0.99.2+cvs.20051025-3) dapper; urgency=low
 

Modified: branches/modular/xserver/xorg/debian/rules
===================================================================
--- branches/modular/xserver/xorg/debian/rules	2005-11-10 03:55:53 UTC (rev 859)
+++ branches/modular/xserver/xorg/debian/rules	2005-11-10 04:56:34 UTC (rev 860)
@@ -28,6 +28,8 @@
 	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
+INSTALL=/usr/bin/install
+
 # disable-static is so we don't get libfoo.a for modules.  now if only we could
 # kill the .las.
 confflags += --disable-static \



Reply to: