mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 08:09:26 +02:00
* 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:
parent
0333e7d4c3
commit
d79dcb8585
5
debian/rules
vendored
5
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user