source: app/dist/tarball/prepare_conf.sh @ adb4c8d

help
Last change on this file since adb4c8d was adb4c8d, checked in by pawelk <pawelk@…>, 16 years ago

Przygotowana dystrybujca tarball. Czesciowo przetestowane.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@45 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100755
File size: 121 bytes
Line 
1#!/bin/sh
2
3for FN in `ls $1/*.conf`
4do
5    BN=`basename ${FN}`
6    sed 's/PATH_PREFIX/~\/.local/g' ${FN} > $2/${BN}
7done
Note: See TracBrowser for help on using the repository browser.