blob: 2c87e7c65bbb24db233dd039a2e2c49137e9dbeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gnumeric-1.1.16/omf-install/Makefile.in 2003-01-28 05:40:05.000000000 +0000
+++ gnumeric-1.1.16/omf-install/Makefile.in.new 2003-04-14 02:38:50.000000000 +0100
@@ -271,7 +271,8 @@
-for file in $(srcdir)/*.omf; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \
done
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
+ -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o \
+$(DESTDIR)$(omf_dest_dir)
uninstall-local:
-for file in $(srcdir)/*.omf; do \
|