Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-backports-src > by-pkgid > e4432ae9450dc798b351e205b466e26d > files > 1

trackballs-1.1.2-2mdv2007.0.src.rpm

--- share/Makefile.in.orig	2006-08-08 21:32:02.000000000 +0200
+++ share/Makefile.in	2006-08-08 21:32:52.000000000 +0200
@@ -369,9 +369,7 @@
 
 
 install-pkgdataDATA:
-	-install -D -m664 -g games highScores		$(DESTDIR)@with_highscores@
-	-chgrp -R games			$(DESTDIR)$(pkgdatadir)/levels
-	chmod -R g+r			$(DESTDIR)$(pkgdatadir)/levels
+	-install -D -m664 highScores		$(DESTDIR)@with_highscores@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
--- po/Makefile.in.in	2006-08-08 21:35:07.000000000 +0200
+++ po/Makefile.in.in.orig	2006-08-08 21:34:01.000000000 +0200
@@ -22,7 +22,7 @@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
 #localedir = $(datadir)/${PACKAGE}/locale
-localedir = $(datadir)/locale
+localedir = @prefix@/share/locale
 gettextsrcdir = $(datadir)/gettext/po
 
 INSTALL = @INSTALL@
--- src/Makefile.in.orig	2006-08-08 21:42:55.000000000 +0200
+++ src/Makefile.in	2006-08-08 21:43:47.000000000 +0200
@@ -122,7 +122,7 @@
 
 snarfcppopts = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 
-localedir = $(datadir)/locale
+localedir = @prefix@/share/locale
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h