mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

337 lines
16 KiB

  1. --- ./ksirtet/ksirtet/Makefile.am.orig 2005-09-10 10:18:08.000000000 +0200
  2. +++ ./ksirtet/ksirtet/Makefile.am 2006-04-10 15:35:10.000000000 +0200
  3. @@ -49,28 +49,28 @@
  4. install-exec-hook:
  5. @(test x$(HIGHSCORE_DIRECTORY) != x \
  6. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  7. - || echo "Error: Could not install the game with correct permissions !!" \
  8. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  9. + echo "Error: Could not install the game with correct permissions !!" \
  10. )) || true
  11. @(test x$(HIGHSCORE_DIRECTORY) != x \
  12. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  13. - && chmod 750 $(DESTHIGHSCORES)) \
  14. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  15. + && chmod 750 $(DESTHIGHSCORES)) || \
  16. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  17. )) || true
  18. @(test x$(HIGHSCORE_DIRECTORY) != x \
  19. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  20. - || echo "Error: Could not install the game with correct permissions !!" \
  21. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  22. + echo "Error: Could not install the game with correct permissions !!" \
  23. )) || true
  24. @(test ${setgid} = true \
  25. - && ((chmod 2755 $(DESTBIN)) \
  26. - || echo "Error: Could not install the game with correct permissions !!" \
  27. + && ((chmod 2755 $(DESTBIN)) || \
  28. + echo "Error: Could not install the game with correct permissions !!" \
  29. )) || true
  30. @(test x$(HIGHSCORE_DIRECTORY) != x \
  31. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  32. - && chmod 0660 $(DESTSCORES)) \
  33. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  34. + && chmod 0660 $(DESTSCORES)) || \
  35. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  36. )) || true
  37. --- ./ksirtet/ksirtet/Makefile.in.orig 2006-03-18 12:29:20.000000000 +0100
  38. +++ ./ksirtet/ksirtet/Makefile.in 2006-04-10 15:35:10.000000000 +0200
  39. @@ -871,30 +871,30 @@
  40. install-exec-hook:
  41. @(test x$(HIGHSCORE_DIRECTORY) != x \
  42. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  43. - || echo "Error: Could not install the game with correct permissions !!" \
  44. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  45. + echo "Error: Could not install the game with correct permissions !!" \
  46. )) || true
  47. @(test x$(HIGHSCORE_DIRECTORY) != x \
  48. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  49. - && chmod 750 $(DESTHIGHSCORES)) \
  50. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  51. + && chmod 750 $(DESTHIGHSCORES)) || \
  52. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  53. )) || true
  54. @(test x$(HIGHSCORE_DIRECTORY) != x \
  55. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  56. - || echo "Error: Could not install the game with correct permissions !!" \
  57. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  58. + echo "Error: Could not install the game with correct permissions !!" \
  59. )) || true
  60. @(test ${setgid} = true \
  61. - && ((chmod 2755 $(DESTBIN)) \
  62. - || echo "Error: Could not install the game with correct permissions !!" \
  63. + && ((chmod 2755 $(DESTBIN)) || \
  64. + echo "Error: Could not install the game with correct permissions !!" \
  65. )) || true
  66. @(test x$(HIGHSCORE_DIRECTORY) != x \
  67. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  68. - && chmod 0660 $(DESTSCORES)) \
  69. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  70. + && chmod 0660 $(DESTSCORES)) || \
  71. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  72. )) || true
  73. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  74. # Otherwise a system limit (for SysV at least) may be exceeded.
  75. --- ./kmines/Makefile.am.orig 2005-09-10 10:18:28.000000000 +0200
  76. +++ ./kmines/Makefile.am 2006-04-10 15:10:06.000000000 +0200
  77. @@ -38,29 +38,29 @@
  78. install-exec-hook:
  79. @(test x$(HIGHSCORE_DIRECTORY) != x \
  80. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  81. - || echo "Error: Could not install the game with correct permissions !!" \
  82. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  83. + echo "Error: Could not install the game with correct permissions !!" \
  84. )) || true
  85. @(test x$(HIGHSCORE_DIRECTORY) != x \
  86. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  87. - && chmod 750 $(DESTHIGHSCORES)) \
  88. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  89. + && chmod 750 $(DESTHIGHSCORES)) || \
  90. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  91. )) || true
  92. @(test x$(HIGHSCORE_DIRECTORY) != x \
  93. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  94. - || echo "Error: Could not install the game with correct permissions !!" \
  95. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  96. + echo "Error: Could not install the game with correct permissions !!" \
  97. )) || true
  98. @(test ${setgid} = true \
  99. - && ((chmod 2755 $(DESTBIN)) \
  100. - || echo "Error: Could not install the game with correct permissions !!" \
  101. + && ((chmod 2755 $(DESTBIN)) || \
  102. + echo "Error: Could not install the game with correct permissions !!" \
  103. )) || true
  104. @(test x$(HIGHSCORE_DIRECTORY) != x \
  105. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  106. - && chmod 0660 $(DESTSCORES)) \
  107. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  108. + && chmod 0660 $(DESTSCORES)) || \
  109. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  110. )) || true
  111. --- ./kmines/Makefile.in.orig 2006-03-18 12:29:20.000000000 +0100
  112. +++ ./kmines/Makefile.in 2006-04-10 15:10:06.000000000 +0200
  113. @@ -902,30 +902,30 @@
  114. install-exec-hook:
  115. @(test x$(HIGHSCORE_DIRECTORY) != x \
  116. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  117. - || echo "Error: Could not install the game with correct permissions !!" \
  118. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  119. + echo "Error: Could not install the game with correct permissions !!" \
  120. )) || true
  121. @(test x$(HIGHSCORE_DIRECTORY) != x \
  122. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  123. - && chmod 750 $(DESTHIGHSCORES)) \
  124. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  125. + && chmod 750 $(DESTHIGHSCORES)) || \
  126. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  127. )) || true
  128. @(test x$(HIGHSCORE_DIRECTORY) != x \
  129. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  130. - || echo "Error: Could not install the game with correct permissions !!" \
  131. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  132. + echo "Error: Could not install the game with correct permissions !!" \
  133. )) || true
  134. @(test ${setgid} = true \
  135. - && ((chmod 2755 $(DESTBIN)) \
  136. - || echo "Error: Could not install the game with correct permissions !!" \
  137. + && ((chmod 2755 $(DESTBIN)) || \
  138. + echo "Error: Could not install the game with correct permissions !!" \
  139. )) || true
  140. @(test x$(HIGHSCORE_DIRECTORY) != x \
  141. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  142. - && chmod 0660 $(DESTSCORES)) \
  143. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  144. + && chmod 0660 $(DESTSCORES)) || \
  145. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  146. )) || true
  147. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  148. # Otherwise a system limit (for SysV at least) may be exceeded.
  149. --- ./kfouleggs/Makefile.am.orig 2005-09-10 10:18:28.000000000 +0200
  150. +++ ./kfouleggs/Makefile.am 2006-04-10 15:33:19.000000000 +0200
  151. @@ -43,28 +43,28 @@
  152. install-exec-hook:
  153. @(test x$(HIGHSCORE_DIRECTORY) != x \
  154. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  155. - || echo "Error: Could not install the game with correct permissions !!" \
  156. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  157. + echo "Error: Could not install the game with correct permissions !!" \
  158. )) || true
  159. @(test x$(HIGHSCORE_DIRECTORY) != x \
  160. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  161. - && chmod 750 $(DESTHIGHSCORES)) \
  162. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  163. + && chmod 750 $(DESTHIGHSCORES)) || \
  164. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  165. )) || true
  166. @(test x$(HIGHSCORE_DIRECTORY) != x \
  167. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  168. - || echo "Error: Could not install the game with correct permissions !!" \
  169. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  170. + echo "Error: Could not install the game with correct permissions !!" \
  171. )) || true
  172. @(test ${setgid} = true \
  173. - && ((chmod 2755 $(DESTBIN)) \
  174. - || echo "Error: Could not install the game with correct permissions !!" \
  175. + && ((chmod 2755 $(DESTBIN)) || \
  176. + echo "Error: Could not install the game with correct permissions !!" \
  177. )) || true
  178. @(test x$(HIGHSCORE_DIRECTORY) != x \
  179. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  180. - && chmod 0660 $(DESTSCORES)) \
  181. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  182. + && chmod 0660 $(DESTSCORES)) || \
  183. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  184. )) || true
  185. --- ./kfouleggs/Makefile.in.orig 2006-03-18 12:29:19.000000000 +0100
  186. +++ ./kfouleggs/Makefile.in 2006-04-10 15:33:19.000000000 +0200
  187. @@ -959,30 +959,30 @@
  188. install-exec-hook:
  189. @(test x$(HIGHSCORE_DIRECTORY) != x \
  190. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  191. - || echo "Error: Could not install the game with correct permissions !!" \
  192. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  193. + echo "Error: Could not install the game with correct permissions !!" \
  194. )) || true
  195. @(test x$(HIGHSCORE_DIRECTORY) != x \
  196. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  197. - && chmod 750 $(DESTHIGHSCORES)) \
  198. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  199. + && chmod 750 $(DESTHIGHSCORES)) || \
  200. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  201. )) || true
  202. @(test x$(HIGHSCORE_DIRECTORY) != x \
  203. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  204. - || echo "Error: Could not install the game with correct permissions !!" \
  205. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  206. + echo "Error: Could not install the game with correct permissions !!" \
  207. )) || true
  208. @(test ${setgid} = true \
  209. - && ((chmod 2755 $(DESTBIN)) \
  210. - || echo "Error: Could not install the game with correct permissions !!" \
  211. + && ((chmod 2755 $(DESTBIN)) || \
  212. + echo "Error: Could not install the game with correct permissions !!" \
  213. )) || true
  214. @(test x$(HIGHSCORE_DIRECTORY) != x \
  215. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  216. - && chmod 0660 $(DESTSCORES)) \
  217. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  218. + && chmod 0660 $(DESTSCORES)) || \
  219. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  220. )) || true
  221. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  222. # Otherwise a system limit (for SysV at least) may be exceeded.
  223. --- ./klickety/Makefile.am.orig 2005-09-10 10:18:05.000000000 +0200
  224. +++ ./klickety/Makefile.am 2006-04-10 15:31:54.000000000 +0200
  225. @@ -43,28 +43,28 @@
  226. install-exec-hook:
  227. @(test x$(HIGHSCORE_DIRECTORY) != x \
  228. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  229. - || echo "Error: Could not install the game with correct permissions !!" \
  230. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  231. + echo "Error: Could not install the game with correct permissions !!" \
  232. )) || true
  233. @(test x$(HIGHSCORE_DIRECTORY) != x \
  234. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  235. - && chmod 750 $(DESTHIGHSCORES)) \
  236. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  237. + && chmod 750 $(DESTHIGHSCORES)) || \
  238. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  239. )) || true
  240. @(test x$(HIGHSCORE_DIRECTORY) != x \
  241. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  242. - || echo "Error: Could not install the game with correct permissions !!" \
  243. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  244. + echo "Error: Could not install the game with correct permissions !!" \
  245. )) || true
  246. @(test ${setgid} = true \
  247. - && ((chmod 2755 $(DESTBIN)) \
  248. - || echo "Error: Could not install the game with correct permissions !!" \
  249. + && ((chmod 2755 $(DESTBIN)) || \
  250. + echo "Error: Could not install the game with correct permissions !!" \
  251. )) || true
  252. @(test x$(HIGHSCORE_DIRECTORY) != x \
  253. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  254. - && chmod 0660 $(DESTSCORES)) \
  255. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  256. + && chmod 0660 $(DESTSCORES)) || \
  257. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  258. )) || true
  259. --- ./klickety/Makefile.in.orig 2006-03-18 12:29:20.000000000 +0100
  260. +++ ./klickety/Makefile.in 2006-04-10 15:31:54.000000000 +0200
  261. @@ -935,30 +935,30 @@
  262. install-exec-hook:
  263. @(test x$(HIGHSCORE_DIRECTORY) != x \
  264. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  265. - || echo "Error: Could not install the game with correct permissions !!" \
  266. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  267. + echo "Error: Could not install the game with correct permissions !!" \
  268. )) || true
  269. @(test x$(HIGHSCORE_DIRECTORY) != x \
  270. && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
  271. - && chmod 750 $(DESTHIGHSCORES)) \
  272. - || echo "Error: Could not create the highscore directory with correct permissions !!" \
  273. + && chmod 750 $(DESTHIGHSCORES)) || \
  274. + echo "Error: Could not create the highscore directory with correct permissions !!" \
  275. )) || true
  276. @(test x$(HIGHSCORE_DIRECTORY) != x \
  277. - && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
  278. - || echo "Error: Could not install the game with correct permissions !!" \
  279. + && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) || \
  280. + echo "Error: Could not install the game with correct permissions !!" \
  281. )) || true
  282. @(test ${setgid} = true \
  283. - && ((chmod 2755 $(DESTBIN)) \
  284. - || echo "Error: Could not install the game with correct permissions !!" \
  285. + && ((chmod 2755 $(DESTBIN)) || \
  286. + echo "Error: Could not install the game with correct permissions !!" \
  287. )) || true
  288. @(test x$(HIGHSCORE_DIRECTORY) != x \
  289. && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
  290. - && chmod 0660 $(DESTSCORES)) \
  291. - || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  292. + && chmod 0660 $(DESTSCORES)) || \
  293. + echo "Error: Could not create system-wide highscore file with correct permissions !!" \
  294. )) || true
  295. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  296. # Otherwise a system limit (for SysV at least) may be exceeded.