[CONFIGURATION]
* BUG: Fix 'components written in Gambas' installation Makefile.am. git-svn-id: svn://localhost/gambas/trunk@6796 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
317dce6638
commit
f386b7a50e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ install-exec-local:
|
|||
$(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
|
||||
rm -rf .gambas; \
|
||||
echo "Installing $$p..."; \
|
||||
rm -f $(DESTDIR)$(gblibdir)/$$p.so $(DESTDIR)$(gblibdir)/$$p.so.* $(DESTDIR)$(gblibdir)/$$p.la \
|
||||
rm -f $(DESTDIR)$(gblibdir)/$$p.so $(DESTDIR)$(gblibdir)/$$p.so.* $(DESTDIR)$(gblibdir)/$$p.la; \
|
||||
$(INSTALL) $$p.gambas $(DESTDIR)$(gblibdir); \
|
||||
$(INSTALL) .component $(DESTDIR)$(gblibdir)/$$p.component; \
|
||||
chmod a-x $(DESTDIR)$(gblibdir)/$$p.component; \
|
||||
|
|
Loading…
Reference in a new issue