[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
debuild and fakeroot
From: |
James Morrison |
Subject: |
debuild and fakeroot |
Date: |
Fri, 9 Aug 2002 21:39:31 -0700 (PDT) |
Currently debuild check if fakeroot is available by running 'fakeroot :'.
This
fails on GNU/Hurd because fakeroot uses exec $*. Changing debuild to use
'fakeroot true' will provide the same functionality but allows fakeroot to use
exec $*.
The other possibility is to have fakeroot just run $*, then 'fakeroot :' will
work on GNU/Hurd as well. I'm not sure which is better, but I think using
'fakeroot true' is more portable and more obvious.
=====
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone referring to this as 'Open Source' shall be eaten by a GNU
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
- debuild and fakeroot,
James Morrison <=