5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
perl -pi -e 's|%%X11BASE%%|$ENV{'X11BASE'}|g' $WRKSRC/giftrans.c
|