On Tue, Mar 16, 2004 at 21:17 +0100, Tom Payne wrote:
> Yes, I could do this in the Gentoo ebuild myself but it's a lot of hassle to
> go through every time a new ion-3ds snapshot is released.
In the Debian package of ion2, I just modify the variables in the top
of system.mk and then have:
# rename binary and manpage to avoid conflicts with other ion/pwm versions
mv $(INSTDIR)/usr/bin/ion $(INSTDIR)/usr/bin/ion2
mv $(INSTDIR)/usr/share/man/man1/ion.1 \
$(INSTDIR)/usr/share/man/man1/ion2.1
mv $(INSTDIR)/usr/bin/pwm $(INSTDIR)/usr/bin/pwm2
mv $(INSTDIR)/usr/share/man/man1/pwm.1 \
$(INSTDIR)/usr/share/man/man1/pwm2.1
in debian/rules. It's not a lot of hassle, and it doesn't change very
often, certainly not for every snapshot.
--
Pelle