On Wed, Aug 23, 2006 at 11:04:29PM +0100, Steve Kemp wrote: > On Wed, Aug 23, 2006 at 11:50:32PM +0200, Sandro Tosi wrote: > > > I am looking for a sponsor for my package "xmmsctrl". > > I will sponsor your package for you if you can fix the build > errors I'm seeing: The fix is simple:
--- Makefile-orig 2006-08-23 23:03:23.000000000 +0100
+++ Makefile 2006-08-23 23:03:24.000000000 +0100
@@ -22,11 +22,11 @@
./xmmsctrl > HELP || true
install : $(TARGET)
- @if [ $(shell whoami) = "root" ]; then\
+ @if [ $(shell whoami) = "root" ]; then \
echo Installing xmmsctrl in $(PREFIX)/bin;\
mkdir -p $(PREFIX)/bin;\
install -m 755 $(TARGET) $(PREFIX)/bin;\
- else\
+ else \
echo Installing xmmsctrl in ${HOME}/bin;\
mkdir -p ${HOME}/bin;\
install -m 755 $(TARGET) ${HOME}/bin;\
Steve
--
Debian GNU/Linux System Administration
http://www.debian-administration.org/
signature.asc
Description: Digital signature

