public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/24754] New: [patch] fix installation of manpage
@ 2019-01-01  0:00 doko at debian dot org
  2019-01-01  0:00 ` [Bug default/24754] " vries at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: doko at debian dot org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24754

            Bug ID: 24754
           Summary: [patch] fix installation of manpage
           Product: dwz
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: nobody at sourceware dot org
          Reporter: doko at debian dot org
                CC: dwz at sourceware dot org
  Target Milestone: ---

fix installation of man page when srcdir != builddir.

--- a/src/Makefile
+++ b/src/Makefile
@@ -16,7 +16,7 @@ dwz: $(OBJECTS)
        $(CC) $(LDFLAGS) -o $@ $^ -lelf
 install: dwz
        install -D dwz $(DESTDIR)$(bindir)/dwz
-       install -D -m 644 dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1
+       install -D -m 644 $(srcdir)/dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1
 clean:
        rm -f $(OBJECTS) *~ core* dwz

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug default/24754] [patch] fix installation of manpage
  2019-01-01  0:00 [Bug default/24754] New: [patch] fix installation of manpage doko at debian dot org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24754

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vries at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/git/?p=dwz.git;a=commit;h=4bd59436008b139ac08fad0aee0691b95a9615c5

Thanks for the patch :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-02 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/24754] New: [patch] fix installation of manpage doko at debian dot org
2019-01-01  0:00 ` [Bug default/24754] " vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).