mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 01:09:14 +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'` ; \
|
||||
do \
|
||||
${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
|
||||
# copy icons and menu entries for the GNOME menu
|
||||
install -d $(INSTALL_DIR)/usr/share/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user