Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
groff
groff-1.20.1-groffer-libexecdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File groff-1.20.1-groffer-libexecdir.patch of Package groff
Index: groff-1.20.1/contrib/groffer/Makefile.sub =================================================================== --- groff-1.20.1.orig/contrib/groffer/Makefile.sub 2009-01-09 15:25:52.000000000 +0100 +++ groff-1.20.1/contrib/groffer/Makefile.sub 2010-08-27 11:46:36.946469881 +0200 @@ -63,7 +63,7 @@ GROFFER_PERL_=`echo $(GROFFER_PERL) | sed 's|$(srcdir)/perl/||g'` GROFFER_SHELL_=`echo $(GROFFER_SHELL) | sed 's|$(srcdir)/shell||g'` -groffer_dir=$(libdir)/groff/groffer +groffer_dir=$(libexecdir)/groff/groffer # TODO: Add perl check to configure script. groffer: $(GROFFER_PERL) $(GROFFER_SHELL) \ @@ -74,7 +74,7 @@ sed -f "$(SH_DEPS_SED_SCRIPT)" \ -e "s|@g@|$(g)|g" \ -e "s|@BINDIR@|$(DESTDIR)$(bindir)|g" \ - -e "s|@libdir@|$(DESTDIR)$(libdir)|g" \ + -e "s|@libdir@|$(DESTDIR)$(libexecdir)|g" \ -e "s|@VERSION@|$(version)$(revision)|g" \ -e "$(SH_SCRIPT_SED_CMD)" \ $(srcdir)/perl/groffer.pl >$@; \ @@ -88,7 +88,7 @@ sed -f "$(SH_DEPS_SED_SCRIPT)" \ -e "s|@g@|$(g)|g" \ -e "s|@BINDIR@|$(DESTDIR)$(bindir)|g" \ - -e "s|@libdir@|$(DESTDIR)$(libdir)|g" \ + -e "s|@libdir@|$(DESTDIR)$(libexecdir)|g" \ -e "s|@VERSION@|$(version)$(revision)|g" \ -e "$(SH_SCRIPT_SED_CMD)" \ $(srcdir)/shell/groffer.sh >$@; \ @@ -137,7 +137,7 @@ for f in $(GROFFER_PERL_) $(GROFFER_SHELL_) version.sh; do \ $(RM) $(DESTDIR)$(groffer_dir)/$$f; \ done - -rmdir $(DESTDIR)$(libdir)/groff/groffer + -rmdir $(DESTDIR)$(libexecdir)/groff/groffer ######################################################################## # Emacs settings Index: groff-1.20.1/Makefile.in =================================================================== --- groff-1.20.1.orig/Makefile.in 2010-08-27 11:44:59.000000000 +0200 +++ groff-1.20.1/Makefile.in 2010-08-27 12:38:22.358157037 +0200 @@ -137,6 +137,9 @@ libdir=@libdir@ libprogramdir=$(libdir)/groff +# `libexecdir` says where to install script not intended to run as user +libexecdir=@libexecdir@ + # `datasubdir' says where to install platform-independent data files. datadir=@datadir@ dataprogramdir=$(datadir)/groff @@ -732,7 +735,7 @@ fi; \ test -d $@ || $(mkinstalldirs) $@; \ cd $@; \ - $(MAKE) $(MAKE_K_FLAG) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \ + $(MAKE) $(MAKE_K_FLAG) $(MDEFINES) srcdir=$$srcdir libexecdir=$(libexecdir) VPATH=$$srcdir \ -f $(top_srcdir)/Makefile.comm \ -f $$srcdir/Makefile.sub \ -f $(top_srcdir)/Makefile.man $(do)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor