devel/kphone kphone-4.1.0-po-hacks.diff,NONE,1.1

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Mar 17 17:40:53 UTC 2005


Author: ivazquez

Update of /cvs/extras/devel/kphone
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20409

Added Files:
	kphone-4.1.0-po-hacks.diff 
Log Message:
Fix %configure and po patch

kphone-4.1.0-po-hacks.diff:

--- NEW FILE kphone-4.1.0-po-hacks.diff ---
--- kphone-4.1.0.orig/po/Makefile.in	2004-10-19 10:24:16.000000000 +0200
+++ kphone/po/Makefile.in	2005-03-17 08:56:38.165328978 +0100
@@ -4,11 +4,11 @@
 PO_DIR=$(SHAREDIR)/translations/
 
 install:
-	install --mode=0755 --directory $(PO_DIR)
+	install --mode=0755 --directory $(DESTDIR)$(PO_DIR)
 	for T in *.qm; do \
-		install --mode=0644 $$T $(PO_DIR); \
+		install --mode=0644 $$T $(DESTDIR)$(PO_DIR); \
 	done
 
 uninstall:
-	rm -r $(PO_DIR)
+	rm -r $(DESTDIR)$(PO_DIR)
 




More information about the scm-commits mailing list