root/pbibuild/modules/bmpx/preportmake.sh

Revision 979, 181 bytes (checked in by kris, 9 months ago)

The new and WORKING bmpx module, ready to go!

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# Remove any /Programs/BMPx link, and recreate it, so we can use PREFIX
4# in our make.conf properly
5rm -rf /Programs/BMPx
6mkdir /Programs
7ln -s /usr/local /Programs/BMPx
Note: See TracBrowser for help on using the browser.