Opened 17 years ago

Closed 16 years ago

#1962 closed defect (fixed)

Install ./swig/scripts with 'make install' target in prefix/bin

Reported by: hobu Owned by: hobu
Priority: normal Milestone: 1.5.0
Component: PythonBindings Version: unspecified
Severity: normal Keywords:
Cc:

Description

Make install for the NG Python bindings should be installing the scripts.

Change History (3)

comment:1 by hobu, 17 years ago

Resolution: fixed
Status: newclosed

Added in r12598

comment:2 by kyngchaos, 17 years ago

Resolution: fixed
Status: closedreopened

swig python scripts are not installed at all. From what I see in the makefile, the script install is trapped inside the itest target, which isn't referenced anywhere:

itest:
	echo $(SCRIPTS)
	for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done

comment:3 by hobu, 16 years ago

Resolution: fixed
Status: reopenedclosed

I think this is fixed now... closing

Note: See TracTickets for help on using tickets.