[COMMIT LOGREPORT] service/all/script Makefile.am,1.128,1.129
Joost van Baal
vanbaal at users.sourceforge.net
Thu Jun 8 21:16:52 CEST 2006
- Previous message: [COMMIT LOGREPORT] package/debian changelog,1.101,1.102 control,1.40,1.41 copyright,1.12,1.13 lire.preinst,1.9,1.10
- Next message: [COMMIT LOGREPORT] package/debian changelog,1.102,1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/logreport/service/all/script
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23819
Modified Files:
Makefile.am
Log Message:
do not install the to be sourced shell snippet lr_functions as executable
Index: Makefile.am
===================================================================
RCS file: /cvsroot/logreport/service/all/script/Makefile.am,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- Makefile.am 13 Oct 2004 10:30:19 -0000 1.128
+++ Makefile.am 8 Jun 2006 19:16:50 -0000 1.129
@@ -27,13 +27,15 @@
lr_check_superservice \
lr_check_service \
lr_environment \
- lr_functions \
lr_getbody \
lr_mail \
lr_processmail \
lr_spool
-
+## lr_functions is only sourced by the shell, not executed. Therefore, don't
+## install it as executable.
+alllib_DATA = \
+ lr_functions
bin_SCRIPTS = \
lire \
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
- Previous message: [COMMIT LOGREPORT] package/debian changelog,1.101,1.102 control,1.40,1.41 copyright,1.12,1.13 lire.preinst,1.9,1.10
- Next message: [COMMIT LOGREPORT] package/debian changelog,1.102,1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commit
mailing list