Tried to build apmd package, but the Makefile tries to do a 'install -b -Vt'
install version 5.97 complains that 'V' is an unrecognized option. The 't' option doesn't make much sense for that particular line either. Fixed by adding sed -i -e 's/install -b -Vt/install /g' Makefile as the third line of the build() section of the PKGBUILD. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
