source:
app/dist/tarball/prepare_conf.sh
@
0e3df7e
Last change on this file since 0e3df7e was adb4c8d, checked in by pawelk <pawelk@…>, 17 years ago | |
---|---|
|
|
File size: 121 bytes |
Line | |
---|---|
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.