]> git.pld-linux.org Git - packages/nmh.git/commitdiff
- corrected installation dir
authorfreetz <freetz@pld-linux.org>
Sun, 20 Jul 2003 23:33:45 +0000 (23:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nmh-buildroot.patch -> 1.2

nmh-buildroot.patch

index c6c479b66db6446ea9183beb0acb41325ee1619d..2892b51d63ac3c870ad4889c3a6fce66f846a20e 100644 (file)
  # install misc support binaries
  install-misc:
 -      $(top_srcdir)/mkinstalldirs $(libdir)
-+      $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(libdir)
++      $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(libdir)/nmh
        for misc in $(MISC); do \
 -        $(INSTALL_PROGRAM) $$misc $(libdir)/$$misc; \
-+        $(INSTALL_PROGRAM) $$misc $(DESTDIR)/$(libdir)/$$misc; \
++        $(INSTALL_PROGRAM) $$misc $(DESTDIR)/$(libdir)/nmh/$$misc; \
        done
  
  # install commands with special installation needs (thus no $(SCMDS) use here)
This page took 0.069239 seconds and 4 git commands to generate.