diff options
author | Marius Mauch <genone@gentoo.org> | 2004-03-09 21:14:43 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-03-09 21:14:43 +0000 |
commit | aee79e4627f5fa9b37deca9970d12aa6d922df4d (patch) | |
tree | 1c76e40c84201e6390944e52a2957a8ff7213a4a /dev-util/gambas | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-aee79e4627f5fa9b37deca9970d12aa6d922df4d.tar.gz gentoo-2-aee79e4627f5fa9b37deca9970d12aa6d922df4d.tar.bz2 gentoo-2-aee79e4627f5fa9b37deca9970d12aa6d922df4d.zip |
forgot the Makefile
Diffstat (limited to 'dev-util/gambas')
-rw-r--r-- | dev-util/gambas/files/Makefile.am-0.90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gambas/files/Makefile.am-0.90 b/dev-util/gambas/files/Makefile.am-0.90 index d033284d9466..4828ec572047 100644 --- a/dev-util/gambas/files/Makefile.am-0.90 +++ b/dev-util/gambas/files/Makefile.am-0.90 @@ -12,7 +12,7 @@ install-exec-local: @rm -f $(libdir)/lib.gb.qt.kde*.component @echo @echo "Creating the library info files..." - @$(INSTALL) -d $(libdir)/info + @$(INSTALL) -d $(libdir)/info/gambas/ @$(bindir)/gbi -a @rm -f $(libdir)/lib.gb.la @rm -f $(libdir)/lib.gb.so* |