MAKE DEB : fixed bug #0018568

git-svn-id: trunk@29274 -
This commit is contained in:
mazen 2011-01-31 22:05:15 +00:00
parent 6a8a7c4059
commit ae74092a73

2
debian/rules vendored
View File

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