Menu

#5 Makefile.am: install-exec-hook should respect DESTDIR

quickplot-1.0
closed
DESTDIR (1)
5
2017-02-09
2017-01-29
No

I think, there is a "$(DESTDIR)" missing in Makefile.am, rule install-exec-hook.
mkdir -p $(htmldir)
should be completed to
mkdir -p $(DESTDIR)$(htmldir)

Discussion

  • Lance Arsenault

    Lance Arsenault - 2017-02-09
    • labels: --> DESTDIR
    • status: open --> closed
    • assigned_to: Lance Arsenault
     
  • Lance Arsenault

    Lance Arsenault - 2017-02-09

    close

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.