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

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Mar 18 10:25:22 UTC 2005


Author: ivazquez

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

Added Files:
	kphone-4.1.0-po-hacks.patch 
Removed Files:
	kphone-4.1.0-po-hacks.diff 
Log Message:
Filename fix

kphone-4.1.0-po-hacks.patch:

--- NEW FILE kphone-4.1.0-po-hacks.patch ---
--- 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)
 


--- kphone-4.1.0-po-hacks.diff DELETED ---




More information about the fedora-extras-commits mailing list