Author: dnusinow Date: 2006-05-21 18:59:14 -0400 (Sun, 21 May 2006) New Revision: 2209
Modified: trunk/app/twm/debian/changelog trunk/app/twm/debian/twm.menu-method Log: * Point the menu method at /usr/bin/install-menu rather than /usr/sbin Modified: trunk/app/twm/debian/changelog =================================================================== --- trunk/app/twm/debian/changelog 2006-05-21 22:55:18 UTC (rev 2208) +++ trunk/app/twm/debian/changelog 2006-05-21 22:59:14 UTC (rev 2209) @@ -10,8 +10,9 @@ * Add quilt to build-depends * Bump standards version to 3.7.2.0 * Bump debhelper compat to version 5 + * Point the menu method at /usr/bin/install-menu rather than /usr/sbin - -- David Nusinow <[EMAIL PROTECTED]> Sun, 21 May 2006 18:55:46 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Sun, 21 May 2006 18:59:37 -0400 twm (1:1.0.1-3) unstable; urgency=low Modified: trunk/app/twm/debian/twm.menu-method =================================================================== --- trunk/app/twm/debian/twm.menu-method 2006-05-21 22:55:18 UTC (rev 2208) +++ trunk/app/twm/debian/twm.menu-method 2006-05-21 22:59:14 UTC (rev 2209) @@ -1,4 +1,4 @@ -#!/usr/sbin/install-menu +#!/usr/bin/install-menu # $Id: twm.menu-method 189 2005-06-11 00:04:27Z branden $ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

