Use INSTALL_DATA instead of INSTALL to install the BitchX.hints file. This
means it's not made executable. Patch from Jeff Horelick <jdhore@gentoo.org>. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@222 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
[Changes 1.2c01]
|
[Changes 1.2c01]
|
||||||
|
|
||||||
|
* Applied patches from jdhore to clean up the plugin building
|
||||||
|
and installing process. (caf)
|
||||||
|
|
||||||
* Fix building on newer Cygwin (reported by VICODAN). (caf)
|
* Fix building on newer Cygwin (reported by VICODAN). (caf)
|
||||||
|
|
||||||
* Fix building plugins on FreeBSD-10 (reported by cpet). (caf)
|
* Fix building plugins on FreeBSD-10 (reported by cpet). (caf)
|
||||||
|
|||||||
@@ -173,4 +173,4 @@ distclean: clean
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
$(INSTALL) $(PLUGIN_NAME)$(SHLIB_SUFFIX) $(DESTDIR)$(PLUGINDIR)
|
$(INSTALL) $(PLUGIN_NAME)$(SHLIB_SUFFIX) $(DESTDIR)$(PLUGINDIR)
|
||||||
$(INSTALL) $(srcdir)/BitchX.hints $(DESTDIR)$(PLUGINDIR)/@HINT_FILE@
|
$(INSTALL_DATA) $(srcdir)/BitchX.hints $(DESTDIR)$(PLUGINDIR)/@HINT_FILE@
|
||||||
|
|||||||
Reference in New Issue
Block a user