Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237912 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-8 / +9 lines)
Lines 612-625 Link Here
612
	echo "	@\$(RM) -fr  \$(DESTDIR)$non_plugins_dir/" >> Makefile
612
	echo "	@\$(RM) -fr  \$(DESTDIR)$non_plugins_dir/" >> Makefile
613
	echo "	@\$(RM) -fr  \$(DESTDIR)$plugins_dir/" >> Makefile
613
	echo "	@\$(RM) -fr  \$(DESTDIR)$plugins_dir/" >> Makefile
614
    # Check write permission for /usr/share/applications, in case we're using a 'local' prefix and not doing sudo
614
    # Check write permission for /usr/share/applications, in case we're using a 'local' prefix and not doing sudo
615
	echo "	@if test -w \$(DESTDIR)$prefix/share/applications ; then \\" >> Makefile
615
    	#Causes crashes in Gentoo
616
	if [ "$add_desktop_icon" = "yes" ] ; then
616
	#echo "	@if test -w \$(DESTDIR)$prefix/share/applications ; then \\" >> Makefile
617
	  if test -d $HOME/Desktop/ ; then
617
	#if [ "$add_desktop_icon" = "yes" ] ; then
618
	    echo "	  \$(RM) -fr \$(DESTDIR)$prefix/share/applications/codelite.desktop; \\" >> Makefile
618
	#  if test -d $HOME/Desktop/ ; then
619
	  fi
619
	#    echo "	  \$(RM) -fr \$(DESTDIR)$prefix/share/applications/codelite.desktop; \\" >> Makefile
620
	fi
620
	#  fi
621
	echo "	fi" >> Makefile
621
	#fi
622
	echo "	@\$(RM) -fr ~/Desktop/codelite.desktop" >> Makefile
622
	#echo "	fi" >> Makefile
623
	#echo "	@\$(RM) -fr ~/Desktop/codelite.desktop" >> Makefile
623
	echo "" >> Makefile
624
	echo "" >> Makefile
624
}
625
}
625
626

Return to bug 237912