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

(-)Anwendungen/tv-viewer-0.8.1/tv-viewer_install.tcl (-1 / +1 lines)
Lines 874-880 Link Here
874
}
874
}
875
875
876
proc install_createSymbolic {where_is target} {
876
proc install_createSymbolic {where_is target} {
877
	catch {file delete -force "/usr/bin/tv-viewer" "/usr/bin/tv-viewer_diag" "/usr/bin/tv-viewer_lirc" "/usr/bin/tv-viewer_scheduler"}
877
#	catch {file delete -force "/usr/bin/tv-viewer" "/usr/bin/tv-viewer_diag" "/usr/bin/tv-viewer_lirc" "/usr/bin/tv-viewer_scheduler"}
878
	if {"$target" != "/usr/local/share"} {
878
	if {"$target" != "/usr/local/share"} {
879
		set binpath "[file dirname $target]/bin"
879
		set binpath "[file dirname $target]/bin"
880
		if {[file isdirectory "$binpath"] == 0} {
880
		if {[file isdirectory "$binpath"] == 0} {

Return to bug 271853