root/pbibuild/modules/pidgin/preportmake.sh

Revision 1143, 187 bytes (checked in by kris, 8 months ago)

Added pidgin to the modules we create

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