source:
app/dist/tarball/prepare_conf.sh
@
40358d2
Last change on this file since 40358d2 was adb4c8d, checked in by pawelk <pawelk@…>, 17 years ago | |
---|---|
|
|
File size: 121 bytes |
Rev | Line | |
---|---|---|
[adb4c8d] | 1 | #!/bin/sh |
2 | ||
3 | for FN in `ls $1/*.conf` | |
4 | do | |
5 | BN=`basename ${FN}` | |
6 | sed 's/PATH_PREFIX/~\/.local/g' ${FN} > $2/${BN} | |
7 | done |
Note: See TracBrowser
for help on using the repository browser.