On 25-Apr-2002 Francois Chenais wrote: > Hello, > > I want to install enlightenment from CVS tree on my debian woody. > There is debian directory in each package. > > I want to install the packages in /opt/E instead of /usr. > Can I change this option using dpkg-builpackage ? >
in the debian directory is a file called 'rules'. This is a makefile in standard format. The configure rule is what you want to change, maybe --prefix=/opt/E? once you have it working install the 'fakeroot' package and do: dpkg-buildpackage -rfakeroot -us -uc in the top level of the E source. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

