Skip to content

Commit

Permalink
lib not bin
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Dec 18, 2023
1 parent cbfb619 commit 221ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/RULES.ioc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include $(CONFIG)/RULES.ioc
modules.lua: \
$(wildcard $(TOP)/configure/RELEASE*) \
$(wildcard $(TOP)/configure/CONFIG_SITE*) | $(INSTALL_BIN)
$(PERL) -I$(EPICS_BASE)/bin/perl $(abspath $(TOP)/bin/$(EPICS_HOST_ARCH)/GenLuaModules.pl) -a $(ARCH) -t $(IOCS_APPL_TOP) $@
$(PERL) -I$(EPICS_BASE)/lib/perl $(abspath $(TOP)/bin/$(EPICS_HOST_ARCH)/GenLuaModules.pl) -a $(ARCH) -t $(IOCS_APPL_TOP) $@

0 comments on commit 221ee8e

Please sign in to comment.