From dad2f8163435c5b1804147ff37c54799c2c38a14 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 23 Jun 2009 11:51:19 +0100 Subject: Sanitise copying further --- pst/install-patch-official.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pst') diff --git a/pst/install-patch-official.sh b/pst/install-patch-official.sh index b053e37..3cac6a1 100755 --- a/pst/install-patch-official.sh +++ b/pst/install-patch-official.sh @@ -38,7 +38,7 @@ getpatch $patch_url cabextract -L "${TMPDIR}/${patch_name}" -d "$TMPDIR" || diesoftly unshield -L x "${TMPDIR}/data1.cab" -d "$TMPDIR" || diesoftly -cp -R "${TMPDIR}/program_executable_files/"* "$TARGETDIR" || diesoftly +copylower "${TMPDIR}/program_executable_files/" "$TARGETDIR" || diesoftly cleanuptmp setperms "$TARGETDIR" -- cgit v1.2.3