4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/perl -pi -e 's|/usr/X11R6|'$X11BASE'|g' $WRKSRC/Imakefile
|