[tex-live] Bug#477160: /usr/bin/xdvizilla: should be installed in /usr/lib/.../

Karl Berry karl at freefriends.org
Fri Apr 25 01:35:23 CEST 2008


Hi Stefan,

    So maybe we can just remove it from the binary distribution, but
    keep the sources in the CVS so that people who use the script
    can still download it?

Sounds good to me.  So can you apply the patch below (or similar) to
your source for your next release?  I checked it in to TL for now.

(By the way, are you planning an xdvik release any time soon, or should
we plan on going with what we've got for TL'08?)

Thanks,
Karl

--- Makefile.in	(revision 7634)
+++ Makefile.in	(working copy)
@@ -131,9 +131,6 @@
 	$(INSTALL_SCRIPT) xdvi-sh $(scriptdir)/@wrapper_script@
 	rm -f $(scriptdir)/o at wrapper_script@
 	ln -s @wrapper_script@ $(scriptdir)/o at wrapper_script@
-### fix wrong CVS permissions for shell script
-	$(INSTALL_SCRIPT) $(srcdir)/xdvizilla $(scriptdir)/xdvizilla
-	chmod +x $(scriptdir)/xdvizilla
 
 uninstall-exec:
 	for p in @final_exec_name@; do rm -f $(bindir)/$$p; done
@@ -155,11 +152,9 @@
 	else \
 	    true; \
 	fi
-	$(INSTALL_DATA) $(srcdir)/xdvizilla.1 $(man1dir)/xdvizilla.$(manext)
 
 uninstall-data:
-	rm -f $(man1dir)/$(manpage).$(manext) $(man1dir)/xdvizilla.$(manext) \
-		$(scriptdir)/xdvizilla \
+	rm -f $(man1dir)/$(manpage).$(manext) \
 		$(texmf)/xdvi/pixmaps/toolbar.xpm $(texmf)/xdvi/pixmaps/toolbar2.xpm \
 		$(texmf)/xdvi/XDvi
 	if \


More information about the tex-live mailing list