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:
vincents 2010-11-24 20:08:29 +00:00
parent 60b51646df
commit 6aa94b7db4

3
debian/rules vendored
View File

@ -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