mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:20:29 +02:00
debian packages: install .lfm files before they can be packaged, second part of fix for issue #18017
git-svn-id: trunk@28467 -
This commit is contained in:
parent
60b51646df
commit
6aa94b7db4
3
debian/rules
vendored
3
debian/rules
vendored
@ -146,6 +146,9 @@ install-arch-stamp:
|
||||
$(CURDIR)/tools/updatepofiles
|
||||
# Install the library files
|
||||
find -regex '.*\.\(a\|o\|so\.*\|ppu\)' | xargs ${CP} --parents -t $(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}
|
||||
${CP} -t $(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}/lcl/units/$(FPCTARGET) \
|
||||
$(CURDIR)/lcl/units/$(FPCTARGET)/*.lfm
|
||||
|
||||
# copy icons and menu entries for the GNOME menu
|
||||
install -d $(INSTALL_DIR)/usr/share/pixmaps
|
||||
install -d $(INSTALL_DIR)/usr/share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user