[vhffs-dev] [653] Fixed wrong variable substitution in vhffs-listengine. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 653
Author: beuss
Date: 2007-07-03 14:17:18 +0000 (Tue, 03 Jul 2007)
Log Message:
-----------
Fixed wrong variable substitution in vhffs-listengine.
Modified Paths:
--------------
trunk/vhffs-listengine/src/Makefile.am
Modified: trunk/vhffs-listengine/src/Makefile.am
===================================================================
--- trunk/vhffs-listengine/src/Makefile.am 2007-07-02 20:45:18 UTC (rev 652)
+++ trunk/vhffs-listengine/src/Makefile.am 2007-07-03 14:17:18 UTC (rev 653)
@@ -6,11 +6,11 @@
# Define the substitution we need to point perl script at correct location
do_sed = $(SED) --in-place \
-e 's,%PERL%,$(PERL),g' \
- -e 's,'%VHFFS_LIB_DIR%',$(APIDIR),g'
+ -e 's,'%VHFFS_LIB_DIR%',$(VHFFS_LIBDIR),g'
# Because automake, exec-hook is executed before install-scripts
# so install-data is after. Here we use a data-hook
install-data-hook :
for f in $(le_SCRIPTS) ; do \
$(do_sed) $(DESTDIR)$(ledir)/$$f; \
- done
\ No newline at end of file
+ done