Lines Matching refs:MYDIR
71 MYDIR=`dirname $0`
72 MYDIR=`( cd $MYDIR; pwd )`
76 INFOFILE=$MYDIR/.pkginfo
297 l10n_msg=`TEXTDOMAINDIR="$MYDIR"/.install gettext -d "$TEXTDOMAIN" "$1"`
455 ORDERFILE=$MYDIR/$1/.pkgorder
460 ALL_PKGS=$(cd $MYDIR/$1; find . -name '*.tar.gz' -print -o -name '*.tgz' -print)
508 if [ ! -r $MYDIR/$1/$pkg ]; then
512 logrun sh -c "gunzip -c $MYDIR/$1/$pkg | /bin/tar xf -"
557 pkgs_to_remove="`cat $MYDIR/$1/.remove-always`"
562 pkgs=$(cd $MYDIR/$1; echo $glob)
573 pkgs_to_remove="`cat $MYDIR/$1/.remove-if-older`"
578 pkgs=$(cd $MYDIR/$1; echo "$glob")
782 unzip $MYDIR/$p */README.* > /dev/null 2>&1
949 unzip $MYDIR/$1 > /dev/null 2>&1 || return 1
1032 if [ ! -d "$MYDIR/$prod" ]; then
1046 if [ -r "$MYDIR/$prod/.remove-always" ]; then
1049 # if [ -r "$MYDIR/$prod/.remove-if-older" ]; then
1108 test ! -d $MYDIR/$prod && unselect_product $prod
1125 if [ -r "$MYDIR/$1/.patchorder" ]; then
1128 echo `cat "$MYDIR/$1/.patchorder" | sed -e "s%^%$1/%"` | \
1132 dummy=$(cd $MYDIR; echo $1/*.zip)
1151 if [ -d $MYDIR/$pd ]; then
1212 lic_file="$MYDIR/license.txt"
1223 if [ -f "$MYDIR/.install/$language_territory_locale/license.txt" ]; then
1224 lic_file="$MYDIR/.install/$language_territory_locale/license.txt"
1225 elif [ -f "$MYDIR/.install/$language_terittory/license.txt" ]; then
1226 lic_file="$MYDIR/.install/$language_terittory/license.txt"
1227 elif [ -f "$MYDIR/.install/$language/license.txt" ]; then
1228 lic_file="$MYDIR/.install/$language/license.txt"