FIXUPHACK 429 B

12345678910
  1. #130523 precise puppy, dash is in the devx, it has /bin/sh a symlink to dash.
  2. #we don't want that. in Puppy, our /bin/sh is a symlink to bash.
  3. #note, dash breaks our scripts.
  4. #note, this problem only occurs for full-HD install, when cp devx sfs into it.
  5. DISABLE_POST_INSTALL_SCRIPT=yes
  6. rm -f bin/sh
  7. #2createpackages copies 'sh' again from sandbox2b, after running FIXUPHACK, need
  8. #this workaround...
  9. rm -f ../../sandbox2b/bin/sh