Commit 69048ab4ce4a4b1e81445418526a489fda7188a6
1 parent
4dfbd95c
Exists in
master
and in
5 other branches
Corrigindo empacotamento do plugin rexx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/plugins/rx3270/Makefile.in
... | ... | @@ -73,7 +73,7 @@ $(BINRLS)$(DLL_NAME).$(VERSION): $(foreach SRC, $(basename $(EXTAPI_SRC)), $(OBJ |
73 | 73 | @$(CXX) $(DLL_FLAGS) @LDSOFLAGS@ $(LDFLAGS) @RLS_LDFLAGS@ -o $@ $^ $(LIBS) $(LIB3270_LIBS) $(CLASS_LIBS) |
74 | 74 | |
75 | 75 | install: |
76 | - @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugin | |
76 | + @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins | |
77 | 77 | @$(INSTALL_PROGRAM) $(BINRLS)/$(PLUGIN_NAME) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins |
78 | 78 | |
79 | 79 | @$(MKDIR) $(DESTDIR)$(REXXLIBDIR) | ... | ... |