initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / lphdisk / lphdisk
1 # hdw - linux lphdisk package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.9.1
6 # [S] 3-1
7 # [D] lphdisk-0.9.1.tar.bz2 http://www.procyon.com/~pda/lphdisk/
8
9 pre_install()   {
10         echo "patching makefile ..."
11         sed 's%/usr/local%/usr%g' Makefile > Makefile~
12         mv Makefile~ Makefile
13                 }