* Language files (.po) should go in lazarus-ide package not in lazarus-src otherwise IDE will support only English.

git-svn-id: trunk@15499 -
This commit is contained in:
mazen 2008-06-21 12:45:13 +00:00
parent 0333e7d4c3
commit d79dcb8585

5
debian/rules vendored
View File

@ -102,7 +102,9 @@ install-arch-stamp: build-arch-stamp debian-files-stamp
# copy lazarus to /usr/lib
install -d $(INSTALL_DIR)/usr/bin
install -d $(INSTALL_DIR)/usr/lib/lazarus
cp -Rfpl -t $(INSTALL_DIR)/usr/lib/lazarus lazarus lazbuild startlazarus
cp -Rfpl -t $(INSTALL_DIR)/usr/lib/lazarus \
lazarus lazbuild startlazarus \
$(CURDIR)/languages
find -name '*.ppu' -or -name '*.[oa]' -or -name '*.so*' | xargs cp -Rfpl --parents -t $(INSTALL_DIR)/usr/lib/lazarus
# copy icons and menu entries for the GNOME menu
install -d $(INSTALL_DIR)/usr/share/pixmaps
@ -170,7 +172,6 @@ install-source-stamp:
$(CURDIR)/ide \
$(CURDIR)/ideintf \
$(CURDIR)/images \
$(CURDIR)/languages \
$(CURDIR)/lcl \
$(CURDIR)/packager \
$(CURDIR)/test \