[Nagiosplug-devel] [ nagiosplug-Bugs-1673315 ] MAKEINSTALLDIRS not set correctly in po/Makefile
SourceForge.net
noreply at sourceforge.net
Sun Mar 4 07:10:42 CET 2007
Bugs item #1673315, was opened at 2007-03-04 00:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1673315&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Brian J Kolden (bkolden)
Assigned to: Nobody/Anonymous (nobody)
Summary: MAKEINSTALLDIRS not set correctly in po/Makefile
Initial Comment:
Compiling nagios-plugins-1.4.6 on Ununtu Linux 6.06
./configure
make
make[1]: Entering directory `/usr/src/nagios-plugins-1.4.6/po'
/bin/sh @MKINSTALLDIRS@ /usr/local/nagios/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/usr/src/nagios-plugins-1.4.6/po'
make: *** [install-recursive] Error 1
diff po/Makefile po/Makefile.fix
33c33
< MKINSTALLDIRS = @MKINSTALLDIRS@
---
> MKINSTALLDIRS = ../mkinstalldirs
This seemed to fix the problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1673315&group_id=29880
More information about the Devel
mailing list