diff mbox

[15/18] libmpathpersist: uninstall man page correctly

Message ID 1444333491-16265-16-git-send-email-bmarzins@redhat.com (mailing list archive)
State Not Applicable, archived
Delegated to: Benjamin Marzinski
Headers show

Commit Message

Benjamin Marzinski Oct. 8, 2015, 7:44 p.m. UTC
the libmpathpersist man pages were being installed to
/usr/share/man/man3, but uninstalled from /usr/share/man/man8.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
 libmpathpersist/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Hannes Reinecke Oct. 12, 2015, 7:09 a.m. UTC | #1
On 10/08/2015 09:44 PM, Benjamin Marzinski wrote:
> the libmpathpersist man pages were being installed to
> /usr/share/man/man3, but uninstalled from /usr/share/man/man8.
> 
> Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
> ---
>  libmpathpersist/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
> index 7dcfd26..e49cdb9 100644
> --- a/libmpathpersist/Makefile
> +++ b/libmpathpersist/Makefile
> @@ -40,8 +40,8 @@ install: $(LIBS)
>  
>  uninstall:
>  	rm -f $(DESTDIR)$(syslibdir)/$(LIBS)
> -	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_in.3.gz	
> -	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_out.3.gz	
> +	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_in.3.gz	
> +	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_out.3.gz	
>  
>  clean:
>  	rm -f core *.a *.o 
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
diff mbox

Patch

diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
index 7dcfd26..e49cdb9 100644
--- a/libmpathpersist/Makefile
+++ b/libmpathpersist/Makefile
@@ -40,8 +40,8 @@  install: $(LIBS)
 
 uninstall:
 	rm -f $(DESTDIR)$(syslibdir)/$(LIBS)
-	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_in.3.gz	
-	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_out.3.gz	
+	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_in.3.gz	
+	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_out.3.gz	
 
 clean:
 	rm -f core *.a *.o