Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > bf9cafeada27b572552491470e26e6d9 > files > 2

gaim-tlen-0.0-0.20070203.1mdv2007.1.src.rpm

--- gaim-tlen-20061112/Makefile	2006-11-12 18:44:09.000000000 +0000
+++ Makefile--	2006-12-08 13:55:49.000000000 +0000
@@ -1,5 +1,5 @@
 CC?=		gcc
-LOCALBASE?=	/usr/local
+LOCALBASE?=	/usr
 DESTDIR?=
 
 CFLAGS+=`PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig pkg-config gaim --cflags` \
@@ -23,18 +23,18 @@
 	ctags *
 
 install:
-	install -d -o root -g wheel ${DESTDIR}${LOCALBASE}/lib/gaim/
-	install -o root -g wheel libtlen.so ${DESTDIR}${LOCALBASE}/lib/gaim/
-	install -d -o root -g wheel ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default/
-	install -o root -g wheel tlen.png ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default
+	#install -d -o root -g wheel ${DESTDIR}${LOCALBASE}/lib/gaim/
+	#install -o root -g wheel libtlen.so ${DESTDIR}${LOCALBASE}/lib/gaim/
+	#install -d -o root -g wheel ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default/
+	#install -o root -g wheel tlen.png ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default
 
 .PHONY: emotes
 emotes:
 	@test -d "emote_set" || ( echo -e "\nError: Put your emote set in ./emote_set dir. Make sure emo.xml is in there.\n" && exit 1 )
 	@test -f "emote_set/emo.xml" || ( echo -e "\nError: emote_set/emo.xml not found. ./emote_set must contain emo.xml + gif files\n"; exit 1 )
 	( cd emote_set && python ../emo_to_theme.py && cd .. ) || exit 1
-	install -d -o root -g root $(DESTDIR)$(LOCALBASE)/share/pixmaps/gaim/smileys/Tlen.pl
-	install -o root -g root -m 644 emote_set/* $(DESTDIR)$(LOCALBASE)/share/pixmaps/gaim/smileys/Tlen.pl/
+	#install -d -o root -g root $(DESTDIR)$(LOCALBASE)/share/pixmaps/gaim/smileys/Tlen.pl
+	#install -o root -g root -m 644 emote_set/* $(DESTDIR)$(LOCALBASE)/share/pixmaps/gaim/smileys/Tlen.pl/
 
 dist: clean
 	rm -f gaim-tlen-${DATE}.tar.gz