diff -u'Nrpk~' kdegames-3.5.0~/kbounce/Makefile.am kdegames-3.5.0/kbounce/Makefile.am --- kdegames-3.5.0~/kbounce/Makefile.am 2005-11-19 13:08:13 +0300 +++ kdegames-3.5.0/kbounce/Makefile.am 2005-12-12 15:59:09 +0300 @@ -43,9 +43,11 @@ install-data-local: echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." ;\ echo "" ;\ echo "********************************************************" ;\ - fi + fi || true install-exec-hook: + +install-exec-nafig: @if test x$(HIGHSCORE_DIRECTORY) != x; then \ chown $(highscore_user):$(highscore_group) $(DESTBIN) \ || echo "Error: Could not install the game with correct permissions !!" ;\ diff -u'Nrpk~' kdegames-3.5.0~/kfouleggs/Makefile.am kdegames-3.5.0/kfouleggs/Makefile.am --- kdegames-3.5.0~/kfouleggs/Makefile.am 2005-09-10 12:18:28 +0400 +++ kdegames-3.5.0/kfouleggs/Makefile.am 2005-12-12 15:59:16 +0300 @@ -42,6 +42,8 @@ install-data-local: ) || true install-exec-hook: + +install-exec-nafig: @(test x$(HIGHSCORE_DIRECTORY) != x \ && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ || echo "Error: Could not install the game with correct permissions !!" \ diff -u'Nrpk~' kdegames-3.5.0~/klickety/Makefile.am kdegames-3.5.0/klickety/Makefile.am --- kdegames-3.5.0~/klickety/Makefile.am 2005-09-10 12:18:05 +0400 +++ kdegames-3.5.0/klickety/Makefile.am 2005-12-12 15:59:40 +0300 @@ -42,6 +42,8 @@ install-data-local: ) || true install-exec-hook: + +install-exec-nafig: @(test x$(HIGHSCORE_DIRECTORY) != x \ && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ || echo "Error: Could not install the game with correct permissions !!" \ diff -u'Nrpk~' kdegames-3.5.0~/kmines/Makefile.am kdegames-3.5.0/kmines/Makefile.am --- kdegames-3.5.0~/kmines/Makefile.am 2005-09-10 12:18:28 +0400 +++ kdegames-3.5.0/kmines/Makefile.am 2005-12-12 15:59:23 +0300 @@ -37,6 +37,8 @@ install-data-local: ) || true install-exec-hook: + +install-exec-nafig: @(test x$(HIGHSCORE_DIRECTORY) != x \ && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ || echo "Error: Could not install the game with correct permissions !!" \ diff -u'Nrpk~' kdegames-3.5.0~/ksirtet/ksirtet/Makefile.am kdegames-3.5.0/ksirtet/ksirtet/Makefile.am --- kdegames-3.5.0~/ksirtet/ksirtet/Makefile.am 2005-09-10 12:18:08 +0400 +++ kdegames-3.5.0/ksirtet/ksirtet/Makefile.am 2005-12-12 15:59:31 +0300 @@ -48,6 +48,8 @@ install-data-local: ) || true install-exec-hook: + +install-exec-nafig: @(test x$(HIGHSCORE_DIRECTORY) != x \ && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ || echo "Error: Could not install the game with correct permissions !!" \