wmii-3.9.2-mk_hdr_mk.diff 624 B

123456789101112131415161718192021
  1. diff -Naur wmii+ixp-3.9.2.orig/mk/hdr.mk wmii+ixp-3.9.2/mk/hdr.mk
  2. --- wmii+ixp-3.9.2.orig/mk/hdr.mk 2010-06-10 09:24:03.000000000 +0200
  3. +++ wmii+ixp-3.9.2/mk/hdr.mk 2011-11-15 10:59:19.110546818 +0100
  4. @@ -37,14 +37,8 @@
  5. PACKAGES = 2>/dev/null
  6. -# and this:
  7. -# Try to find a sane shell. /bin/sh is a last resort, because it's
  8. -# usually bash on Linux, which means it's painfully slow.
  9. -BINSH := $(shell \
  10. - if [ -x /bin/dash ]; then echo /bin/dash; \
  11. - elif [ -x /bin/ksh ]; then echo /bin/ksh; \
  12. - else echo /bin/sh; fi)
  13. -BINSH != echo /bin/sh
  14. +# This is Slackware
  15. +BINSH=/bin/sh
  16. include $(ROOT)/config.mk