mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 09:29:40 +02:00
parent
6a8a7c4059
commit
ae74092a73
2
debian/rules
vendored
2
debian/rules
vendored
@ -154,7 +154,7 @@ install-arch-stamp:
|
|||||||
for package in `find -name '*.lpk'` ; \
|
for package in `find -name '*.lpk'` ; \
|
||||||
do \
|
do \
|
||||||
${MKDIR} `dirname "$(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}/$${package}"` ; \
|
${MKDIR} `dirname "$(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}/$${package}"` ; \
|
||||||
sed -e 's@\(\W*\)<\bAddToProjectUsesSection\b.*@&\n\1<AutoUpdate Value="Manually"/>@' "$${package}" > "$(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}/$${package}" ; \
|
sed -e 's@\(\W*\)<CompilerOptions>.*@\1<AutoUpdate Value="Manually"/>\n&@' "$${package}" > "$(INSTALL_DIR)/usr/lib/lazarus/${DEB_UPSTREAM_MAIN_VERSION}/$${package}" ; \
|
||||||
done
|
done
|
||||||
# copy icons and menu entries for the GNOME menu
|
# copy icons and menu entries for the GNOME menu
|
||||||
install -d $(INSTALL_DIR)/usr/share/pixmaps
|
install -d $(INSTALL_DIR)/usr/share/pixmaps
|
||||||
|
Loading…
Reference in New Issue
Block a user