Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53809
Collapse All | Expand All

(-)webapp-config.orig (-1 / +1 lines)
Lines 1903-1909 Link Here
1903
			# use the new '--soft' option
1903
			# use the new '--soft' option
1904
1904
1905
			my_contenttype="${G_LINK_TYPE}"
1905
			my_contenttype="${G_LINK_TYPE}"
1906
			ln "${G_LINK_OPTIONS}" "$MY_APPDIR/$1/$2" "$3/$my_file" 2> /dev/null
1906
			ln ${G_LINK_OPTIONS} "$MY_APPDIR/$1/$2" "$3/$my_file" 2> /dev/null
1907
			if [ "$?" != 0 ]; then
1907
			if [ "$?" != 0 ]; then
1908
				libsh_erun cp "$MY_APPDIR/$1/$2" "$3/$my_file"
1908
				libsh_erun cp "$MY_APPDIR/$1/$2" "$3/$my_file"
1909
				my_contenttype="file"
1909
				my_contenttype="file"

Return to bug 53809