Release 2.2.22 (fix Makefile)

This commit is contained in:
Silvan Calarco 2011-06-02 16:10:49 +02:00
parent b902b3a6a6
commit 705e244021
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
Changes in version 2.2.22 <silvan.calarco@mambasoft.it> 20110502
- see git log
---------------------------------------------------------------------------------
Changes in version 2.2.21 <silvan.calarco@mambasoft.it> 20110321
- added pam configuration files for KDM (moved from desktop-base-openmamba)
- cleanup: removed installation of distribution menu already provided by desktop-base-openmamba

View File

@ -145,7 +145,7 @@ install-kde-distro-addons: dist-update
$(INSTALL_DATA) kde/config/plasma-desktoprc $(DESTDIR)$(kdeconfigdir)/plasma-desktoprc
$(INSTALL_DATA) kde/config/powerdevilrc $(DESTDIR)$(kdeconfigdir)/powerdevilrc
cp -a kde/wallpapers/$(WALLPAPER) $(DESTDIR)$(kdewallpapersdir)
$(INSTALL_SCRIPT) bin/kickoffcfg $(DESTDIR)$(bindir)/kickoffcfg
$(INSTALL_SCRIPT) bin/kickoffcfg $(DESTDIR)$(kdebindir)/kickoffcfg
install-srpms:
@$(INSTALL_DIR) $(DESTDIR)$(distrosrpmsdir)
@ -176,9 +176,11 @@ dist: clean
echo "ChangeLog not updated; not releasing" 1>&2;\
exit 1;; \
esac
@mkdir /tmp/$(distdir)
@cp -a * /tmp/$(distdir)/
@rm -f $(dist_archive);\
tar cf - --exclude=$(dist_archive) -C .. $(distdir) | \
bzip2 -9 -c > $(dist_archive)
tar cf - -C /tmp $(distdir) | bzip2 -9 -c > $(dist_archive)
@rm -rf /tmp/$(distdir)
@echo "file \`$(dist_archive)' created"
dist-rpm: dist
@ -189,5 +191,3 @@ dist-rpm: dist
clean:
rm -f $(dist_archive)
rm -f $(patsubst %.in,%,$(pck_infiles))
rm -f $(pck_catalogs:.po=.mo)

View File

@ -1,2 +1,2 @@
VERSION = 2.2.21
VERSION = 2.2.22