2012-02-28 10:36:39

by Andreas Hartmann

[permalink] [raw]
Subject: compat-wireless install-scripts section broken since 2012-02-26

Hello!

I'm getting the following error during make install:

make install-scripts
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `if ; then \'
make: *** [install-scripts] Error 1


Problem are these lines (one example - first line is the problem):

@if $(modinfo ath_pci > /dev/null 2>&1); then \
echo -n "Note: madwifi detected, we're going to disable it. " ;\
echo "If you would like to enable it later you can run:" ;\
echo " sudo athenable madwifi" ;\
echo ;\
echo Running athenable ath5k...;\
$(DESTDIR)/usr/sbin/athenable ath5k ;\
fi



Kind regards,
Andreas