SOURCES: gnome-common-omf.patch - merged from DEVEL
freetz
freetz at pld-linux.org
Wed Sep 21 15:38:31 CEST 2005
Author: freetz Date: Wed Sep 21 13:38:30 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- merged from DEVEL
---- Files affected:
SOURCES:
gnome-common-omf.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/gnome-common-omf.patch
diff -u SOURCES/gnome-common-omf.patch:1.1 SOURCES/gnome-common-omf.patch:1.2
--- SOURCES/gnome-common-omf.patch:1.1 Mon Dec 6 19:18:28 2004
+++ SOURCES/gnome-common-omf.patch Wed Sep 21 15:38:25 2005
@@ -5,15 +5,15 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
-- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -53,7 +52,6 @@
- rm -f $(omf_dest_dir)/$$basefile; \
+ rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
done
- -rmdir $(omf_dest_dir)
-- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
+ -rmdir $(DESTDIR)$(omf_dest_dir)
+- -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
clean-local-omf:
-for file in $(omffile); do \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/gnome-common-omf.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list