diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 10:45:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 10:45:29 +0000 |
commit | 8f33af7faf3191e8ce972af4c1ee37a292a62f61 (patch) | |
tree | 27e0a5b190df2052b718bec4c47eddbbbe457164 /setup_native | |
parent | 24e0bf5172186dbdf193f67462ac082792cb64af (diff) |
INTEGRATION: CWS nativefixer12 (1.3.14); FILE MERGED
2005/07/05 09:39:00 is 1.3.14.1: 124008# setup now directory independent
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/scripts/linuxpatchscript.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setup_native/scripts/linuxpatchscript.sh b/setup_native/scripts/linuxpatchscript.sh index d3a06636e317..b1def5638484 100644 --- a/setup_native/scripts/linuxpatchscript.sh +++ b/setup_native/scripts/linuxpatchscript.sh @@ -35,8 +35,10 @@ fi echo "Installing..." +BASEDIR=`dirname $0` + RPMLIST="" -for i in `ls RPMS/*.rpm` +for i in `ls $BASEDIR/RPMS/*.rpm` do rpm -q `rpm -qp --qf "%{NAME}\n" $i` && RPMLIST="$RPMLIST $i" done |