mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-cluster/synapse: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
15
sys-cluster/synapse/files/synapse-respect-destdir.patch
Normal file
15
sys-cluster/synapse/files/synapse-respect-destdir.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- a/scripts/Makefile.am
|
||||
+++ b/scripts/Makefile.am
|
||||
@@ -37,9 +37,9 @@
|
||||
$(top_srcdir)/substitute $(SED) "@sub_MRNET_HOME@" "@MRNET_HOME@" $@
|
||||
|
||||
install-data-hook:
|
||||
- chmod u+x ${bindir}/$(SYNAPSE_CONFIG)
|
||||
- $(MKDIR_P) $(prefix)/etc
|
||||
- cp $(SOURCEME_SH) $(prefix)/etc
|
||||
+ chmod u+x ${DESTDIR}${bindir}/$(SYNAPSE_CONFIG)
|
||||
+ $(MKDIR_P) ${DESTDIR}/etc
|
||||
+ cp $(SOURCEME_SH) ${DESTDIR}/etc
|
||||
|
||||
clean-local:
|
||||
rm -f $(SYNAPSE_CONFIG) $(SOURCEME_SH) $(MRNRUN)
|
||||
Reference in New Issue
Block a user