Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1
gitslave
0003-fix-pod2man-invocation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-fix-pod2man-invocation.patch of Package gitslave
diff -ur gitslave-2.0.2/contrib/Makefile gitslave-2.0.2-patched/contrib/Makefile --- gitslave-2.0.2/contrib/Makefile 2012-01-26 02:25:23.000000000 +0200 +++ gitslave-2.0.2-patched/contrib/Makefile 2016-07-18 14:07:17.294159342 +0300 @@ -9,7 +9,7 @@ all: $(TARGETS) %.1: % - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ install: $(TARGETS) mkdir -p $(DESTDIR)/$(man1dir) $(DESTDIR)/$(bindir) diff -ur gitslave-2.0.2/Makefile gitslave-2.0.2-patched/Makefile --- gitslave-2.0.2/Makefile 2012-01-26 02:25:23.000000000 +0200 +++ gitslave-2.0.2-patched/Makefile 2016-07-18 14:08:07.549739193 +0300 @@ -9,10 +9,10 @@ all: $(TARGETS) gits.1: gits - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ gits-checkup.1: gits-checkup - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ contrib/gitslave.spec: contrib/gitslave.spec.in if [ -d .git ]; then \
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