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 <[EMAIL PROTECTED]> Wed, 9 Nov 2005 22:55:12 -0500 + -- David Nusinow <[EMAIL PROTECTED]> 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 \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]